HomeSort by relevance Sort by last modified time
    Searched full:collator (Results 151 - 175 of 242) sorted by null

1 2 3 4 5 67 8 910

  /external/icu4c/test/intltest/
loctest.cpp     [all...]
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 402 Collator *coll = Collator::createInstance(Locale(locale), status);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uversion.h 171 * Version info that can be obtained from a collator is affected by these
172 * numbers in a secret and magic way. Please use collator version as whole
utypes.h 544 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
579 U_COLLATOR_VERSION_MISMATCH = 28, /**< Collator version is not compatible with the base version */
580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uversion.h 171 * Version info that can be obtained from a collator is affected by these
172 * numbers in a secret and magic way. Please use collator version as whole
utypes.h 544 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
579 U_COLLATOR_VERSION_MISMATCH = 28, /**< Collator version is not compatible with the base version */
580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/webkit/Source/WebCore/icu/unicode/
ucoleitr.h 93 * Character based on the comparison level of the collator. A collation order
103 * @param coll The collator containing the desired collation rules.
uversion.h 171 * Version info that can be obtained from a collator is affected by these
172 * numbers in a secret and magic way. Please use collator version as whole
utypes.h 544 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
579 U_COLLATOR_VERSION_MISMATCH = 28, /**< Collator version is not compatible with the base version */
580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/webkit/Source/WebKit/mac/icu/unicode/
uversion.h 171 * Version info that can be obtained from a collator is affected by these
172 * numbers in a secret and magic way. Please use collator version as whole
utypes.h 544 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
579 U_COLLATOR_VERSION_MISMATCH = 28, /**< Collator version is not compatible with the base version */
580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /development/apps/Development/src/com/android/development/
AppHwPref.java 40 import java.text.Collator;
  /external/icu4c/common/unicode/
docmain.h 157 * <td>Collator</td>
utypes.h 661 U_DIFFERENT_UCA_VERSION = -121, /**< ucol_open encountered a mismatch between UCA version and collator image version, so the collator was constructed from rules. No impact to further function */
698 U_COLLATOR_VERSION_MISMATCH = 28, /**< Collator version is not compatible with the base version */
699 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
    [all...]
  /external/icu4c/test/cintltst/
ccurrtst.c 114 log_err_status(status, "collator open failed! :%s\n", myErrorName(status));
cg7coll.c 157 log_err_status(status, "Error in creating collator in %s: %s\n", locales[i], myErrorName(status));
168 log_err_status(status, "Error in creating collator in %s: %s\n", locales[i], myErrorName(status));
encoll.c 270 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
312 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
331 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 57 import java.text.Collator;
478 Collator col = Collator.getInstance();
479 col.setStrength(Collator.PRIMARY);
  /external/icu4c/i18n/
ucol_res.cpp 359 result = Collator::createUCollator(loc, status);
458 // We will init the collator from UCA
730 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst);
738 const Locale *loc = Collator::getAvailableLocales(count);
749 Collator::getAvailableLocales(count);
758 // This is a wrapper over Collator::getAvailableLocales()
762 StringEnumeration *s = Collator::getAvailableLocales();
    [all...]
bmsearch.cpp 610 UCollator *collator = data->getCollator(); local
612 patCEs = new CEList(collator, patternString, status);
627 target = new Target(collator, targetString, patCEs->size(), status);
  /libcore/luni/src/main/java/java/text/
CollationElementIterator.java 156 * the element of the collator.
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 26 import java.text.Collator;
512 private final Collator sCollator = Collator.getInstance();
  /external/icu4c/i18n/unicode/
rbnf.h 57 class Collator;
995 Collator* collator; member in class:RuleBasedNumberFormat
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.0_Foundation-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.1_Foundation-1.1.zip 

Completed in 239 milliseconds

1 2 3 4 5 67 8 910