diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/test/intltest/pptest.h')
-rw-r--r-- | Build/source/libs/icu-xetex/test/intltest/pptest.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/Build/source/libs/icu-xetex/test/intltest/pptest.h b/Build/source/libs/icu-xetex/test/intltest/pptest.h deleted file mode 100644 index 5bad9b1dc63..00000000000 --- a/Build/source/libs/icu-xetex/test/intltest/pptest.h +++ /dev/null @@ -1,37 +0,0 @@ -/******************************************************************** - * COPYRIGHT: - * Copyright (c) 1997-2001, International Business Machines Corporation and - * others. All Rights Reserved. - ********************************************************************/ - -#ifndef _PARSEPOSITIONIONTEST_ -#define _PARSEPOSITIONIONTEST_ - -#include "unicode/utypes.h" - -#if !UCONFIG_NO_FORMATTING - -#include "intltest.h" - - -/** - * Performs test for ParsePosition - **/ -class ParsePositionTest: public IntlTest { - // IntlTest override - void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); -public: - - void TestParsePosition(void); - void TestFieldPosition(void); - void TestFieldPosition_example(void); - void Test4109023(void); - -protected: - UBool failure(UErrorCode status, const char* msg); -}; - -#endif /* #if !UCONFIG_NO_FORMATTING */ - -#endif // _PARSEPOSITIONIONTEST_ -//eof |