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

  /libcore/luni/src/test/java/libcore/icu/
ICUTest.java 17 package libcore.icu;
25 assertNotNull(ICU.getISOLanguages()[0]);
26 ICU.getISOLanguages()[0] = null;
27 assertNotNull(ICU.getISOLanguages()[0]);
32 assertNotNull(ICU.getISOCountries()[0]);
33 ICU.getISOCountries()[0] = null;
34 assertNotNull(ICU.getISOCountries()[0]);
39 assertNotNull(ICU.getAvailableLocales()[0]);
40 ICU.getAvailableLocales()[0] = null;
41 assertNotNull(ICU.getAvailableLocales()[0])
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java 101 libcore.icu.ICU.toUpperCase(s.value, Locale.US.toString());
107 libcore.icu.ICU.toLowerCase(s.value, Locale.US.toString());
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 17 package libcore.icu;
24 * Makes ICU data accessible to Java.
26 public final class ICU {
37 * Returns an array of two-letter ISO 639-1 language codes, either from ICU or our cache.
47 * Returns an array of two-letter ISO 3166 country codes, either from ICU or our cache.
84 // Java needs the obsolete code, ICU needs the modern code, but we let ICU know about
194 * Returns the Unicode version our ICU supports, such as "6.2".
216 // --- Native methods accessing ICU's database.
  /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/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...]
  /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...]

Completed in 990 milliseconds