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

1 2

  /libcore/luni/src/test/java/libcore/icu/
ICUTest.java 17 package libcore.icu;
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])
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.h 35 LeftToRight = ICU::U_LEFT_TO_RIGHT,
36 RightToLeft = ICU::U_RIGHT_TO_LEFT,
37 EuropeanNumber = ICU::U_EUROPEAN_NUMBER,
38 EuropeanNumberSeparator = ICU::U_EUROPEAN_NUMBER_SEPARATOR,
39 EuropeanNumberTerminator = ICU::U_EUROPEAN_NUMBER_TERMINATOR,
40 ArabicNumber = ICU::U_ARABIC_NUMBER,
41 CommonNumberSeparator = ICU::U_COMMON_NUMBER_SEPARATOR,
42 BlockSeparator = ICU::U_BLOCK_SEPARATOR,
43 SegmentSeparator = ICU::U_SEGMENT_SEPARATOR,
44 WhiteSpaceNeutral = ICU::U_WHITE_SPACE_NEUTRAL
    [all...]
UnicodeBrew.cpp 142 return static_cast<Direction>(ICU::direction(c));
147 return static_cast<CharCategory>(TO_MASK((int8_t) ICU::category(c)));
152 return static_cast<DecompositionType>(ICU::decompositionType(c));
157 return ICU::combiningClass(c);
162 return ICU::mirroredChar(c);
167 return ICU::digitValue(c);
  /frameworks/base/core/java/android/util/
LocaleUtil.java 21 import libcore.icu.ICU;
61 final String scriptSubtag = ICU.getScript(ICU.addLikelySubtags(locale.toString()));
76 * (this is the case for ICU 4.4 and "Urdu" script)
  /libcore/luni/src/main/java/java/util/
Currency.java 21 import libcore.icu.ICU;
22 import libcore.icu.LocaleData;
38 String symbol = ICU.getCurrencySymbol(Locale.US.toString(), currencyCode);
79 String currencyCode = ICU.getCurrencyCode(country);
98 String[] currencyCodes = ICU.getAvailableCurrencyCodes();
129 return ICU.getCurrencyDisplayName(locale.toString(), currencyCode);
162 // Try ICU, and fall back to the currency code if ICU has nothing.
163 String symbol = ICU.getCurrencySymbol(locale.toString(), currencyCode)
    [all...]
Locale.java 25 import libcore.icu.ICU;
63 * <p>Note that locale data comes solely from ICU. User-supplied locale service providers (using
66 * <p>Here are the versions of ICU (and the corresponding CLDR and Unicode versions) used in
69 * <tr><td>cupcake/donut/eclair</td> <td>ICU 3.8</td> <td><a href="http://cldr.unicode.org/index/downloads/cldr-1-5">CLDR 1.5</a></td> <td><a href="http://www.unicode.org/versions/Unicode5.0.0/">Unicode 5.0</a></td></tr>
70 * <tr><td>froyo</td> <td>ICU 4.2</td> <td><a href="http://cldr.unicode.org/index/downloads/cldr-1-7">CLDR 1.7</a></td> <td><a href="http://www.unicode.org/versions/Unicode5.1.0/">Unicode 5.1</a></td></tr>
71 * <tr><td>gingerbread/honeycomb</td><td>ICU 4.4</td> <td><a href="http://cldr.unicode.org/index/downloads/cldr-1-8">CLDR 1.8</a></td> <td><a href="http://www.unicode.org/versions/Unicode5.2.0/">Unicode 5.2</a></td></tr>
72 * <tr><td>ice cream sandwich</td><td>ICU 4.6</td> <td><a href="http://cldr.unicode.org/index/downloads/cldr-1-9">CLDR 1.9</a></td> <td><a href="http://www.unicode.org/versions/Unicode6.0.0/">Unicode 6.0</a></td></tr>
338 return ICU.getAvailableLocales();
376 String result = ICU.getDisplayCountryNative(toString(), locale.toString())
    [all...]
  /external/icu4c/samples/
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...]
readme.txt 13 csdet - demonstrates using ICU's CharSet Detection API
19 layout - demonstrates the ICU LayoutEngine
21 legacy - demonstrates using two versions of ICU in one application
31 translit - demonstrates the use of ICU transliteration
35 ucnv - demonstrates the use of ICU codepage conversion
37 udata - demonstrates the use of ICU low level data routines (reader/writer in 'all' MSVC solution)
41 ugrep - demonstrates ICU Regular Expressions.
45 ustring - demonstrates ICU string manipulation functions
52 It is normally built with ICU, and is located in icu/source/extra/ucon
    [all...]
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 21 import libcore.icu.ICU;
22 import libcore.icu.NativeBreakIterator;
233 // the wrapped ICU implementation
255 return ICU.getAvailableBreakIteratorLocales();
Collator.java 22 import libcore.icu.ICU;
23 import libcore.icu.RuleBasedCollatorICU;
251 return ICU.getAvailableCollatorLocales();
  /external/v8/src/
ic.h 38 // inline caching code. The argument for the macro, ICU, is the function name.
39 #define IC_UTIL_LIST(ICU) \
40 ICU(LoadIC_Miss) \
41 ICU(KeyedLoadIC_Miss) \
42 ICU(CallIC_Miss) \
43 ICU(KeyedCallIC_Miss) \
44 ICU(StoreIC_Miss) \
45 ICU(StoreIC_ArrayLength) \
46 ICU(SharedStoreIC_ExtendStorage) \
47 ICU(KeyedStoreIC_Miss)
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 17 #define LOG_TAG "ICU"
170 // ICU's default is English. We want the ISO 4217 currency code instead.
387 LOGE("Error setting String field %s from ICU resource: %s", fieldName, u_errorName(status));
488 LOGW("Error getting ICU latn number elements system value: %s", u_errorName(status));
493 LOGW("Error getting ICU latn number patterns value: %s", u_errorName(status));
497 // This is a temporary workaround for ICU ticket#8611.
513 LOGW("Error getting ICU default number element system value: %s", u_errorName(status));
531 LOGW("Missing ICU latn symbols system value: %s", u_errorName(status));
539 LOGW("Missing ICU %s symbols system value: %s", buffer, u_errorName(status));
560 LOGE("Error getting ICU resource bundle: %s", u_errorName(status))
    [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 20 import libcore.icu.ICU;
50 return ICU.toLowerCase(s, locale.toString());
60 return ICU.toLowerCase(s, locale.toString());
145 return ICU.toUpperCase(s, locale.toString());
153 return ICU.toUpperCase(s, locale.toString());
System.java 52 import libcore.icu.ICU;
322 p.put("android.icu.library.version", ICU.getIcuVersion());
323 p.put("android.icu.unicode.version", ICU.getUnicodeVersion());
  /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/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/icu4c/data/misc/
miscfiles.mk 11 # configure ICU.
  /external/icu4c/data/sprep/
sprepfiles.mk 11 # reconfigure ICU.
  /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)
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 17 package libcore.icu;
23 * Makes ICU data accessible to Java.
25 public final class ICU {
38 * from ICU's database or from our memory cache.
51 * from ICU's database or from our memory cache.
85 // Java needs the obsolete code, ICU needs the modern code, but we let ICU know about
131 * Returns the ICU version in use. This is "4.4" for gingerbread, for example.
136 * Returns the Unicode version our ICU supports. This is "5.2" for gingerbread, for example.
145 // --- Native methods accessing ICU's database
    [all...]
  /external/icu4c/data/brkitr/
brkfiles.mk 12 # reconfigure ICU.
28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/stubdata/
Android.mk 25 # 'all' includes all ICU's locale data, but is currently missing some Android
38 LOCAL_MODULE := icu.dat
41 LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/icu
47 $(eval $(call copy-one-file,$(LOCAL_PATH)/$(root)-$(config).dat,$(HOST_OUT)/usr/icu/$(root).dat))

Completed in 2870 milliseconds

1 2