mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
Partially fix test order in .h file
This commit is contained in:
parent
24a3c48892
commit
53e6a9ac69
1 changed files with 2 additions and 3 deletions
|
@ -49,13 +49,11 @@ class NumberFormatterApiTest : public IntlTestWithFieldPosition {
|
|||
NumberFormatterApiTest();
|
||||
NumberFormatterApiTest(UErrorCode &status);
|
||||
|
||||
void microPropsInternals(void);
|
||||
void unitPipeline(void);
|
||||
|
||||
void notationSimple();
|
||||
void notationScientific();
|
||||
void notationCompact();
|
||||
void unitMeasure();
|
||||
void unitPipeline();
|
||||
void unitCompoundMeasure();
|
||||
void unitUsage();
|
||||
void unitUsageErrorCodes();
|
||||
|
@ -90,6 +88,7 @@ class NumberFormatterApiTest : public IntlTestWithFieldPosition {
|
|||
void localPointerCAPI();
|
||||
void toObject();
|
||||
void toDecimalNumber();
|
||||
void microPropsInternals();
|
||||
|
||||
void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue