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

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

Completed in 627 milliseconds