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

  /libcore/luni/src/test/java/libcore/icu/
ICUTest.java 17 package libcore.icu;
27 assertNotNull(ICU.getISOLanguages()[0]);
28 ICU.getISOLanguages()[0] = null;
29 assertNotNull(ICU.getISOLanguages()[0]);
34 assertNotNull(ICU.getISOCountries()[0]);
35 ICU.getISOCountries()[0] = null;
36 assertNotNull(ICU.getISOCountries()[0]);
41 assertNotNull(ICU.getAvailableLocales()[0]);
42 ICU.getAvailableLocales()[0] = null;
43 assertNotNull(ICU.getAvailableLocales()[0])
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java 109 libcore.icu.ICU.toUpperCase(s.value, Locale.US);
115 libcore.icu.ICU.toLowerCase(s.value, Locale.US);
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 17 package libcore.icu;
29 * Makes ICU data accessible to Java.
31 public final class ICU {
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 know abou
    [all...]
  /external/chromium_org/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/icu/icu4c/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/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f 686 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC,
762 DO 70 ICU = 1, 2
763 UPLO = ICHU( ICU: ICU )
    [all...]
dblat2.f     [all...]
dblat3.f 668 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC,
744 DO 70 ICU = 1, 2
745 UPLO = ICHU( ICU: ICU )
    [all...]
sblat2.f     [all...]
sblat3.f 668 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC,
744 DO 70 ICU = 1, 2
745 UPLO = ICHU( ICU: ICU )
    [all...]
zblat2.f     [all...]
zblat3.f 687 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC,
763 DO 70 ICU = 1, 2
764 UPLO = ICHU( ICU: ICU )
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 498 milliseconds