Searched defs:ICU (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DICU.java29 * Makes ICU data accessible to Java.
31 public final class ICU { class
42 * Returns an array of two-letter ISO 639-1 language codes, either from ICU or our cache.
52 * Returns an array of two-letter ISO 3166 country codes, either from ICU or our cache.
67 * Parse the {Language, Script, Region, Variant*} section of the ICU locale
100 // than 5. Assume that ICU won't hand us malformed tags, and therefore
172 // ICU sends us a semi-colon (ULOC_KEYWORD_ITEM_SEPARATOR) delimited string
173 // containing all "keywords" it could parse. An ICU keyword is a key-value pair
232 // Java needs the obsolete code, ICU needs the modern code, but we let ICU kno
[all...]

Completed in 68 milliseconds