HomeSort by relevance Sort by last modified time
    Searched defs:ICU (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/test/java/com/ibm/icu4jni/util/
ICUTest.java 24 assertNotNull(ICU.getISOLanguages()[0]);
25 ICU.getISOLanguages()[0] = null;
26 assertNotNull(ICU.getISOLanguages()[0]);
31 assertNotNull(ICU.getISOCountries()[0]);
32 ICU.getISOCountries()[0] = null;
33 assertNotNull(ICU.getISOCountries()[0]);
38 assertNotNull(ICU.getAvailableLocales()[0]);
39 ICU.getAvailableLocales()[0] = null;
40 assertNotNull(ICU.getAvailableLocales()[0]);
46 assertEquals(Locale.ENGLISH, ICU.localeFromString("en"))
    [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/util/
ICU.java 22 * Makes ICU data accessible to Java.
24 public final class ICU {
37 * from ICU's database or from our memory cache.
50 * from ICU's database or from our memory cache.
131 // --- Native methods accessing ICU's database.
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 10 * ICU note: Mr. Arthur David Olson (olsona@dc37a.nci.nih.gov) stated that
12 * This version of zdump.c is modified by ICU team to change output format
25 /* Enable extensions and modifications for ICU. */
26 #define ICU
28 #ifdef ICU
173 #ifdef ICU
293 #ifdef ICU
321 #ifdef ICU
400 #ifdef ICU
460 #ifdef ICU
    [all...]
zic.c 29 /* Enable extensions and modifications for ICU. */
30 #define ICU
32 /* Continue executing after link failure. Even if ICU is undefined
39 #ifdef ICU
123 #ifdef ICU
182 #ifdef ICU
314 #ifdef ICU
405 #ifdef ICU
510 #ifdef ICU
511 /* File into which we will write supplemental ICU data. *
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 10 * ICU note: Mr. Arthur David Olson (olsona@dc37a.nci.nih.gov) stated that
12 * This version of zdump.c is modified by ICU team to change output format
25 /* Enable extensions and modifications for ICU. */
26 #define ICU
28 #ifdef ICU
173 #ifdef ICU
293 #ifdef ICU
321 #ifdef ICU
400 #ifdef ICU
460 #ifdef ICU
    [all...]
zic.c 29 /* Enable extensions and modifications for ICU. */
30 #define ICU
32 /* Continue executing after link failure. Even if ICU is undefined
39 #ifdef ICU
123 #ifdef ICU
182 #ifdef ICU
314 #ifdef ICU
405 #ifdef ICU
510 #ifdef ICU
511 /* File into which we will write supplemental ICU data. *
    [all...]

Completed in 1233 milliseconds