Home | History | Annotate | Download | only in icu

Lines Matching defs:ICU

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.