]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/pptest.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2009, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
9 #ifndef _PARSEPOSITIONIONTEST_
10 #define _PARSEPOSITIONIONTEST_
12 #include "unicode/utypes.h"
14 #if !UCONFIG_NO_FORMATTING
20 * Performs test for ParsePosition
22 class ParsePositionTest
: public IntlTest
{
24 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
);
27 void TestParsePosition(void);
28 void TestFieldPosition(void);
29 void TestFieldPosition_example(void);
30 void Test4109023(void);
33 UBool
failure(UErrorCode status
, const char* msg
, UBool possibleDataError
=FALSE
);
36 #endif /* #if !UCONFIG_NO_FORMATTING */
38 #endif // _PARSEPOSITIONIONTEST_