Home
last modified time | relevance | path

Searched refs:testCurrent (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DBreakIteratorTest.java181 public void testCurrent() { in testCurrent() method in BreakIteratorTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java3986 VersionInfo testCurrent; in TestCLDRVersion() local
3998 testCurrent = VersionInfo.getInstance(bundle.getString("CurrentCLDRVersion")); in TestCLDRVersion()
4006 int r = cldrVersion.compareTo(testCurrent); in TestCLDRVersion()
4008 …logln("CLDR version is behind 'current' (for testdata/root.txt) "+testCurrent+". Some things may f… in TestCLDRVersion()
4010 …logln("CLDR version is ahead of 'current' (for testdata/root.txt) "+testCurrent+". Some things may… in TestCLDRVersion()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java3987 VersionInfo testCurrent; in TestCLDRVersion() local
3999 testCurrent = VersionInfo.getInstance(bundle.getString("CurrentCLDRVersion")); in TestCLDRVersion()
4007 int r = cldrVersion.compareTo(testCurrent); in TestCLDRVersion()
4009 …logln("CLDR version is behind 'current' (for testdata/root.txt) "+testCurrent+". Some things may f… in TestCLDRVersion()
4011 …logln("CLDR version is ahead of 'current' (for testdata/root.txt) "+testCurrent+". Some things may… in TestCLDRVersion()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c3032 UVersionInfo testCurrent; in TestCLDRVersion() local
3071 ures_getVersionByKey(res, "CurrentCLDRVersion", testCurrent, &status); in TestCLDRVersion()
3085 u_versionToString(testCurrent,tmp); in TestCLDRVersion()
3087 switch(memcmp(cldrVersion, testCurrent, sizeof(UVersionInfo))) { in TestCLDRVersion()