/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 \ 117 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\ 118 icu-internal-compound-d5.ucm icu-internal-compound-d6.ucm icu-internal-compound-d7.ucm [all...] |
/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/allinone/ |
icucheck.bat | 27 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
|
/external/chromium_org/third_party/icu/source/data/curr/ |
reslocal.mk | 7 # the size (and/or their target OS already has ICU with the full locale data.) 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
|
/external/chromium_org/third_party/icu/source/data/rbnf/ |
rbnffiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/rbnf/ |
rbnffiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/libcore/luni/src/main/java/java/text/ |
DecimalFormatSymbols.java | 27 import libcore.icu.ICU; 28 import libcore.icu.LocaleData; 142 return ICU.getAvailableDecimalFormatSymbolsLocales();
|
NumberFormat.java | 29 import libcore.icu.ICU; 30 import libcore.icu.LocaleData; 313 return ICU.getAvailableNumberFormatLocales();
|
/external/chromium_org/third_party/icu/source/data/ |
makedata.mak | 23 # Is icu\source\data\ 26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )! 28 !MESSAGE ICU data make path is $(ICUMAKE) 31 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c 46 # The root of the ICU source directory tree 52 !MESSAGE ICU root path is $(ICUP) 117 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs) 145 # Directory under which all of the ICU data building tools live. 149 # The current ICU tools need to be in the path first [all...] |
/external/chromium_org/v8/src/extensions/i18n/ |
locale.js | 50 // ICU bug filled - http://bugs.icu-project.org/trac/ticket/9265. 52 // upgrade to ICU 4.9. 103 * ICU is too permissible and lets invalid tags, like
|
collator.js | 65 // ICU can't take kb, kc... parameters through localeID, so we need to pass 78 // ICU can't tell us what the collation is, so save user's input.
|
number-format.js | 124 // ICU prefers options to be passed using -u- extension key/values for 153 // We can't get information about number or currency style from ICU, so we
|
/frameworks/base/core/java/android/widget/ |
DatePicker.java | 50 import libcore.icu.ICU; 530 String pattern = ICU.getBestDateTimePattern("yyyyMMMdd", Locale.getDefault().toString()); 531 char[] order = ICU.getDateFormatOrder(pattern);
|
/external/icu4c/data/ |
makedata.mak | 23 # Is icu\source\data\ 26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )! 28 !MESSAGE ICU data make path is $(ICUMAKE) 31 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c 46 # The root of the ICU source directory tree 52 !MESSAGE ICU root path is $(ICUP) 117 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs) 145 # Directory under which all of the ICU data building tools live. 149 # The current ICU tools need to be in the path first [all...] |
/external/chromium_org/third_party/icu/source/data/lang/ |
reslocal.mk | 7 # the size (and/or their target OS already has ICU with the full locale data.) 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
|
resfiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/chromium_org/third_party/icu/source/data/locales/ |
reslocal.mk | 7 # the size (and/or their target OS already has ICU with the full locale data.) 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
|
/external/chromium_org/v8/test/intl/collator/ |
normalization.js | 31 // to make ICU fail comparison without normalization (upper, lower accent). 37 // See http://demo.icu-project.org/icu-bin/nbrowser?t=&s=1E09&uv=0 and
|
/frameworks/base/core/java/android/text/format/ |
DateFormat.java | 34 import libcore.icu.ICU; 35 import libcore.icu.LocaleData; 198 return ICU.getBestDateTimePattern(skeleton, locale.toString()); 318 return ICU.getDateFormatOrder(getDateFormatString(context));
|
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 26 import libcore.icu.ICU; 27 import libcore.icu.LocaleData; [all...] |
/external/chromium_org/third_party/icu/source/tools/gendraft/ |
genheaders.pl | 258 --version=<current version of ICU> 261 e.g.: genheaders.pl --srcdir=<icu>/source/common/docs/html --destdir=<icu>/source/common/unicode --version=2.8 --exclusion-list=exclude.txt
|
/external/icu4c/tools/gendraft/ |
genheaders.pl | 258 --version=<current version of ICU> 261 e.g.: genheaders.pl --srcdir=<icu>/source/common/docs/html --destdir=<icu>/source/common/unicode --version=2.8 --exclusion-list=exclude.txt
|
/external/icu4c/tools/toolutil/ |
toolutil.cpp | 18 * This file contains utility functions for ICU tools like genccode. 26 #error U_TOOLUTIL_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see http://userguide.icu-project.org/howtouseicu
|
/external/chromium_org/third_party/icu/source/data/coll/ |
collocal.mk | 12 # reconfigure ICU. 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/chromium_org/third_party/icu/source/data/region/ |
resfiles.mk | 12 # reconfigure ICU. 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|