HomeSort by relevance Sort by last modified time
    Searched defs:icu (Results 1 - 25 of 28) sorted by null

1 2

  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 17 package libcore.icu;
NativeNormalizer.java 17 package libcore.icu;
31 // Translates Java enum constants to ICU int constants.
32 // See UNormalizationMode in "unicode/unorm.h". Stable API since ICU 2.0.
CollationKeyICU.java 11 package libcore.icu;
92 * @stable ICU 2.4
Transliterator.java 17 package libcore.icu;
AlphabeticIndex.java 17 package libcore.icu;
27 * Exposes icu4c's ImmutableIndex (new to icu 51). This exposes a read-only,
102 * (ICU 51 default is 99)
NativePluralRules.java 17 package libcore.icu;
22 * Provides access to ICU's
23 * <a href="http://icu-project.org/apiref/icu4c/classPluralRules.html">PluralRules</a> class.
NativeCollation.java 11 package libcore.icu;
16 * @internal ICU 2.4
NativeConverter.java 10 package libcore.icu;
CollationElementIteratorICU.java 10 package libcore.icu;
37 * @stable ICU 2.4
43 * @stable ICU 2.4
52 * @stable ICU 2.4
63 * @stable ICU 2.4
74 * @stable ICU 2.4
87 * @stable ICU 2.4
96 * @stable ICU 2.4
111 * @stable ICU 2.4
121 * @stable ICU 2.
    [all...]
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
143 * Returns the Unicode version our ICU supports, such as "6.2".
165 // --- Native methods accessing ICU's database.
NativeBreakIterator.java 17 package libcore.icu;
RuleBasedCollatorICU.java 11 package libcore.icu;
TimeZoneNames.java 17 package libcore.icu;
29 * Provides access to ICU's time zone name data.
83 // (c) that it's all ICU's fault.
88 " (" + nativeDuration + "ms in ICU)");
LocaleData.java 17 package libcore.icu;
26 * Passes locale-specific from ICU native code to Java.
170 if (!ICU.initLocaleDataImpl(locale.toString(), localeData)) {
174 // There are some full time format patterns in ICU that use the pattern character 'v'.
  /libcore/luni/src/test/java/libcore/icu/
NativePluralRulesTest.java 17 package libcore.icu;
TimeZoneNamesTest.java 17 package 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...]
LocaleDataTest.java 17 package libcore.icu;
TransliteratorTest.java 17 package libcore.icu;
AlphabeticIndexTest.java 17 package libcore.icu;
179 // ICU 51 default max label count is 99. Test to make sure can create an
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /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());
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 17 package libcore.icu;
24 * Delegate implementing the native methods of libcore.icu.ICU
26 * Through the layoutlib_create tool, the original native methods of ICU have been replaced
44 // --- Native methods accessing ICU's database.
  /external/icu4c/tools/toolutil/
udbgutil.cpp 443 UVersionInfo icu; local
445 ulocdata_getCLDRVersion(icu, status);
447 u_versionToString(icu, str);

Completed in 252 milliseconds

1 2