HomeSort by relevance Sort by last modified time
    Searched refs:ICU (Results 1 - 25 of 64) sorted by null

1 2 3

  /libcore/luni/src/test/java/com/ibm/icu4jni/util/
ICUTest.java 24 assertNotNull(ICU.getISOLanguages()[0]);
25 ICU.getISOLanguages()[0] = null;
26 assertNotNull(ICU.getISOLanguages()[0]);
31 assertNotNull(ICU.getISOCountries()[0]);
32 ICU.getISOCountries()[0] = null;
33 assertNotNull(ICU.getISOCountries()[0]);
38 assertNotNull(ICU.getAvailableLocales()[0]);
39 ICU.getAvailableLocales()[0] = null;
40 assertNotNull(ICU.getAvailableLocales()[0]);
46 assertEquals(Locale.ENGLISH, ICU.localeFromString("en"))
    [all...]
  /external/icu4c/samples/
readme.txt 17 layout - demonstrates the ICU LayoutEngine
19 legacy - demonstrates using two versions of ICU in one application
29 translit - demonstrates the use of ICU transliteration
33 ucnv - demonstrates the use of ICU codepage conversion
35 udata - demonstrates the use of ICU low level data routines
39 ugrep - demonstrates ICU Regular Expressions.
43 ustring - demonstrates ICU string manipulation functions
50 It is normally built with ICU, and is located in icu/source/extra/uconv
53 included with ICU. You can check it out from the CVS command lin
    [all...]
defs.mk 6 # Load ICU information. You can copy this to other makefiles #######
8 CC=$(shell icu-config --cc)
9 CXX=$(shell icu-config --cxx)
10 CPPFLAGS=$(shell icu-config --cppflags)
11 CFLAGS=$(shell icu-config --cflags)
12 CXXFLAGS=$(shell icu-config --cxxflags)
13 LDFLAGS =$(shell icu-config --ldflags)
14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb
    [all...]
  /libcore/luni/src/main/java/java/util/
Currency.java 20 import com.ibm.icu4jni.util.ICU;
50 // The RI returns -1, but ICU defaults to 2 for unknown currencies.
57 String symbol = ICU.getCurrencySymbolNative(Locale.US.toString(), currencyCode);
62 this.defaultFractionDigits = ICU.getCurrencyFractionDigitsNative(currencyCode);
64 // In practice, I don't think this can fail because ICU doesn't care whether you give
123 String currencyCode = ICU.getCurrencyCodeNative(country);
172 // Try ICU, and fall back to the currency code if ICU has nothing.
173 String symbol = ICU.getCurrencySymbolNative(locale.toString(), currencyCode);
187 // return com.ibm.icu.util.Currency.getInstance(currencyCode).getDefaultFractionDigits()
    [all...]
Locale.java 20 import com.ibm.icu4jni.util.ICU;
66 * <p>Note that locale data comes solely from ICU. User-supplied locale service providers (using
69 * <p>Here are the versions of ICU (and the corresponding CLDR and Unicode versions) used in
72 * <tr><td>cupcake/donut/eclair</td> <td>ICU 3.8</td> <td><a href="http://www.unicode.org/press/pr-cldr1.5.html">CLDR 1.5</a></td> <td><a href="http://www.unicode.org/versions/Unicode5.0.0/">Unicode 5.0</a></td></tr>
73 * <tr><td>froyo</td> <td>ICU 4.2</td> <td><a href="http://www.unicode.org/press/pr-cldr1.7.html">CLDR 1.7</a></td> <td><a href="http://www.unicode.org/versions/Unicode5.1.0/">Unicode 5.1</a></td></tr>
74 * <tr><td>gingerbread</td> <td>ICU 4.4</td> <td><a href="http://www.unicode.org/press/pr-cldr1.8.html">CLDR 1.8</a></td> <td><a href="http://www.unicode.org/versions/Unicode5.2.0/">Unicode 5.2</a></td></tr>
332 return ICU.getAvailableLocales();
370 String result = ICU.getDisplayCountryNative(toString(), locale.toString());
371 if (result == null) { // TODO: do we need to do this, or does ICU do it for us?
372 result = ICU.getDisplayCountryNative(toString(), Locale.getDefault().toString())
    [all...]
  /external/v8/src/
ic.h 42 // inline caching code. The argument for the macro, ICU, is the function name.
43 #define IC_UTIL_LIST(ICU) \
44 ICU(LoadIC_Miss) \
45 ICU(KeyedLoadIC_Miss) \
46 ICU(CallIC_Miss) \
47 ICU(StoreIC_Miss) \
48 ICU(SharedStoreIC_ExtendStorage) \
49 ICU(KeyedStoreIC_Miss) \
51 ICU(LoadCallbackProperty) \
52 ICU(StoreCallbackProperty)
    [all...]
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 21 import com.ibm.icu4jni.util.ICU;
233 // the wrapped ICU implementation
256 return ICU.getAvailableBreakIteratorLocales();
Collator.java 20 import com.ibm.icu4jni.util.ICU;
255 return ICU.getAvailableCollatorLocales();
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
80 my @icua = split( ' = ', $icu[2] );
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
92 @icua = split( ' = ', $icu[2] );
101 @icua = split( ' = ', $icu[3] );
126 #store ICU result
147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
163 <link rel="stylesheet" href="../icu.css" type="text/css" />
219 <li>For general information on ICU collation see <a href=
223 "/apiref/icu4j/com/ibm/icu/text/Collator.html">Java</a>.</li
    [all...]
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
80 my @icua = split( ' = ', $icu[2] );
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
92 @icua = split( ' = ', $icu[2] );
101 @icua = split( ' = ', $icu[3] );
126 #store ICU result
147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
163 <link rel="stylesheet" href="../icu.css" type="text/css" />
219 <li>For general information on ICU collation see <a href=
223 "/apiref/icu4j/com/ibm/icu/text/Collator.html">Java</a>.</li
    [all...]
  /libcore/luni/src/main/java/java/lang/
CaseMapper.java 19 import com.ibm.icu4jni.util.ICU;
50 return ICU.toLowerCase(s, locale.toString());
60 return ICU.toLowerCase(s, locale.toString());
153 return ICU.toUpperCase(s, locale.toString());
161 return ICU.toUpperCase(s, locale.toString());
  /libcore/luni/src/main/native/
ICU.cpp 17 #define LOG_TAG "ICU"
121 // We need to reset 'status'. It works like errno in that ICU doesn't set it
394 LOGE("Error setting String field %s from ICU resource: %s", fieldName, u_errorName(status));
406 LOGE("Error setting char field %s from ICU resource: %s", fieldName, u_errorName(status));
415 LOGE("Error getting ICU resource bundle: %s", u_errorName(status));
422 LOGE("Error getting ICU calendar resource bundle: %s", u_errorName(status));
428 LOGE("Error getting ICU gregorian resource bundle: %s", u_errorName(status));
550 NATIVE_METHOD(ICU, getAvailableBreakIteratorLocalesNative, "()[Ljava/lang/String;"),
551 NATIVE_METHOD(ICU, getAvailableCalendarLocalesNative, "()[Ljava/lang/String;"),
552 NATIVE_METHOD(ICU, getAvailableCollatorLocalesNative, "()[Ljava/lang/String;")
    [all...]
  /external/chromium/third_party/icu/source/data/misc/
miscfiles.mk 11 # configure ICU.
  /external/chromium/third_party/icu/source/data/translit/
trnsfiles.mk 11 # configure the ICU.
  /external/icu4c/data/translit/
trnsfiles.mk 11 # configure the ICU.
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 6 # for for the ICU sample program "ufortune".
19 # ICUDIR the location of ICU, used to locate the tools for
  /external/chromium/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...]
  /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...]
  /external/chromium/third_party/icu/source/data/sprep/
sprepfiles.mk 11 # reconfigure ICU.
  /external/chromium/third_party/icu/source/tools/genren/
genren.pl 88 * Contains data for renaming ICU exports.
202 -S - suffix (defaults to _MAJOR_MINOR of current ICU version)
  /external/icu4c/data/misc/
miscfiles.mk 11 # configure ICU.
  /external/icu4c/data/sprep/
sprepfiles.mk 11 # reconfigure ICU.
  /external/chromium/third_party/icu/source/data/locales/
reslocal.mk 12 # reconfigure ICU.
29 # the size (and/or their target OS already has ICU with the full locale data.)
37 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/data/mappings/
ucmfiles.mk 11 # configure the ICU.
20 # Note: ICU is updated to handle three EBCDIC converters (JIPS, KEIS, and JEF) which uses
33 # ucmebcdic.mk from the <icu>/source/data directory
116 icu-internal-25546.ucm lmb-excp.ucm
  /external/icu4c/extra/uconv/
makedata.mak 33 #Let's see if user has given us a path to ICU
38 !MESSAGE ICU path is $(ICUP)

Completed in 266 milliseconds

1 2 3