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

  /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
ErrorCode.java 10 package libcore.icu;
13 * Error exception class mapping ICU error codes of the enum UErrorCode
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
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...]
LocaleData.java 17 package libcore.icu;
25 * Passes locale-specific from ICU native code to Java.
325 if (!ICU.initLocaleDataImpl(locale.toString(), localeData)) {
329 // There are some full time format patterns in ICU that use the pattern character 'v'.
NativeBreakIterator.java 17 package libcore.icu;
RuleBasedCollatorICU.java 11 package libcore.icu;
TimeZones.java 17 package libcore.icu;
27 * Provides access to ICU's time zone data.
73 // (c) that it's all ICU's fault.
78 " (" + nativeDuration + "ms in ICU)");
NativeDecimalFormat.java 17 package libcore.icu;
95 * The address of the ICU DecimalFormat* on the native heap.
100 * The last pattern we gave to ICU, so we can make repeated applications cheap.
504 // Utility to get information about field positions from native (ICU) code.
595 // The new java field attributes are all objects. ICU assigns the values
  /libcore/luni/src/test/java/libcore/icu/
NativePluralRulesTest.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...]
  /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/icuinfo/
icuinfo.cpp 16 * This program shows some basic info about the current ICU.
83 UVersionInfo icu; local
89 u_getVersion(icu);
90 u_versionToString(icu, str);
93 u_getUnicodeVersion(icu);
94 u_versionToString(icu, str);
117 printf("ICU Initialization returned: %s\n", u_errorName(initStatus));
121 ulocdata_getCLDRVersion(icu, &subStatus);
123 u_versionToString(icu, str);
173 fprintf(stderr,"ICU u_cleanup() called.\n")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 422 ICompilationUnit icu = JavaCore.createCompilationUnitFrom(file); local
424 mParser.setSource(icu);
  /external/icu4c/test/cintltst/
udatatst.c 125 {"pnames", "icu"},
126 {"cnvalias", "icu"},
127 {"unames", "icu"},
131 const char* type = "icu";
163 /* If the ICU system common data file is present in this confiugration,
198 /* If the ICU individual files used to build the ICU system common data are
201 * These data files are present in the ICU data/build directory after a build
213 strcat(icuDataFilePath, "cnvalias.icu");
472 icuDataDir = safeGetICUDataDirectory(); /* save icu data dir, so we can put it bac
994 UResourceBundle *icu, *app; local
    [all...]
  /frameworks/base/icu4j/java/android/icu/text/
ArabicShaping.java 10 * com.ibm.icu.text.ArabicShaping class.
13 package android.icu.text;
56 * @stable ICU 2.0
95 * @stable ICU 2.0
152 * @stable ICU 2.0
167 * @stable ICU 2.0
196 * @stable ICU 2.0
332 * @stable ICU 2.0
346 * @stable ICU 2.0
361 * @stable ICU 2.
    [all...]

Completed in 153 milliseconds