HomeSort by relevance Sort by last modified time
    Searched refs:IntlTest (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /external/icu4c/test/intltest/
icusvtst.h 17 #include "intltest.h"
21 class ICUServiceTest : public IntlTest
loctest.h 7 #include "intltest.h"
13 class LocaleTest: public IntlTest {
nmfmtrt.h 16 #include "intltest.h"
21 class NumberFormatRoundTripTest : public IntlTest {
23 // IntlTest override
numrgts.h 17 #include "intltest.h"
22 class NumberFormatRegressionTest: public IntlTest {
24 // IntlTest override
regextst.h 14 #include "intltest.h"
19 class RegexTest: public IntlTest {
27 // The following are test functions that are visible from the intltest test framework.
srchtest.h 16 #include "intltest.h"
22 class StringSearchTest: public IntlTest
tscoll.h 18 #include "intltest.h"
23 class IntlTestCollator: public IntlTest {
32 // These two should probably go down in IntlTest
tstnorm.h 19 #include "intltest.h"
21 class BasicNormalizerTest : public IntlTest {
utxttest.h 19 #include "intltest.h"
25 class UTextTest : public IntlTest {
genderinfotest.cpp 16 #include "intltest.h"
33 class GenderInfoTest : public IntlTest {
118 extern IntlTest *createGenderInfoTest() {
rbbitst.h 18 #include "intltest.h"
34 class RBBITest: public IntlTest {
testidna.h 24 #include "intltest.h"
51 class TestIDNA : public IntlTest {
textfile.cpp 14 #include "intltest.h"
49 const char* testDir = IntlTest::getSourceTestData(ec);
transtst.h 18 #include "intltest.h"
24 class TransliteratorTest : public IntlTest {
compactdecimalformattest.cpp 14 #include "intltest.h"
170 class CompactDecimalFormatTest : public IntlTest {
344 extern IntlTest *createCompactDecimalFormatTest() {
usettest.h 20 #include "intltest.h"
27 class UnicodeSetTest: public IntlTest {
testidn.cpp 89 char* filename = (char*) malloc(strlen(IntlTest::pathToDataDirectory())*1024);
91 const char *srcDir=IntlTest::pathToDataDirectory();
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 32 static IntlTest *createLocalPointerTest();
67 LocalPointer<IntlTest> test(createLocalPointerTest());
191 class LocalPointerTest : public IntlTest {
203 static IntlTest *createLocalPointerTest() {
281 // Use LocalXyzPointer types that are not covered elsewhere in the intltest suite.
rbbitst.h 18 #include "intltest.h"
34 class RBBITest: public IntlTest {
testidna.h 24 #include "intltest.h"
51 class TestIDNA : public IntlTest {
textfile.cpp 14 #include "intltest.h"
49 const char* testDir = IntlTest::getSourceTestData(ec);
transtst.h 18 #include "intltest.h"
24 class TransliteratorTest : public IntlTest {
usettest.h 20 #include "intltest.h"
27 class UnicodeSetTest: public IntlTest {
testidn.cpp 88 char* filename = (char*) malloc(strlen(IntlTest::pathToDataDirectory())*1024);
90 const char *srcDir=IntlTest::pathToDataDirectory();
bidiconf.cpp 28 #include "intltest.h"
31 class BiDiConformanceTest : public IntlTest {
64 extern IntlTest *createBiDiConformanceTest() {
80 // TODO: Move to a common place (IntlTest?) to avoid duplication with UnicodeTest (ucdtest.cpp).

Completed in 1582 milliseconds

1 2 3 4 5 67 8 9