]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itrbnfp.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
5 * Copyright (C) 2004, International Business Machines Corporation and *
6 * others. All Rights Reserved. *
7 *******************************************************************************
13 #include "unicode/utypes.h"
15 #if !UCONFIG_NO_FORMATTING
18 #include "unicode/rbnf.h"
21 class IntlTestRBNFParse
: public IntlTest
{
25 virtual void runIndexedTest(int32_t index
, UBool exec
, const char* &name
, char* par
);
31 virtual void TestParse();
33 void testfmt(RuleBasedNumberFormat
* formatter
, double val
, UErrorCode
& status
);
34 void testfmt(RuleBasedNumberFormat
* formatter
, int val
, UErrorCode
& status
);
41 virtual void TestRBNFParseDisabled();
47 #endif /* #if !UCONFIG_NO_FORMATTING */