]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itrbnfp.h
2 *******************************************************************************
3 * Copyright (C) 2004, International Business Machines Corporation and *
4 * others. All Rights Reserved. *
5 *******************************************************************************
11 #include "unicode/utypes.h"
13 #if !UCONFIG_NO_FORMATTING
16 #include "unicode/rbnf.h"
19 class IntlTestRBNFParse
: public IntlTest
{
23 virtual void runIndexedTest(int32_t index
, UBool exec
, const char* &name
, char* par
);
29 virtual void TestParse();
31 void testfmt(RuleBasedNumberFormat
* formatter
, double val
, UErrorCode
& status
);
32 void testfmt(RuleBasedNumberFormat
* formatter
, int val
, UErrorCode
& status
);
39 virtual void TestRBNFParseDisabled();
45 #endif /* #if !UCONFIG_NO_FORMATTING */