]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/currcoll.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-2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
10 * Collation currency tests.
11 * (It's important to stay current!)
17 #include "unicode/utypes.h"
19 #if !UCONFIG_NO_COLLATION
21 #include "unicode/coleitr.h"
24 class CollationCurrencyTest
: public IntlTestCollator
28 // If this is too small for the test data, just increase it.
29 // Just don't make it too large, otherwise the executable will get too big
30 enum EToken_Len
{ MAX_TOKEN_LEN
= 16 };
32 CollationCurrencyTest();
33 virtual ~CollationCurrencyTest();
34 void runIndexedTest(int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
36 void currencyTest(/*char *par*/);
39 #endif /* #if !UCONFIG_NO_COLLATION */