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

  /libcore/luni/src/test/java/libcore/icu/
ICUTest.java 17 package libcore.icu;
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])
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 17 package libcore.icu;
23 * Makes ICU data accessible to Java.
25 public final class ICU {
38 * from ICU's database or from our memory cache.
51 * from ICU's database or from our memory cache.
85 // Java needs the obsolete code, ICU needs the modern code, but we let ICU know about
131 * Returns the ICU version in use. This is "4.4" for gingerbread, for example.
136 * Returns the Unicode version our ICU supports. This is "5.2" for gingerbread, for example.
145 // --- Native methods accessing ICU's database
    [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 251 milliseconds