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

1 2 3 4 5 67 8 910

  /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 149 * <td>Collator</td>
utypes.h 641 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 */
678 U_COLLATOR_VERSION_MISMATCH = 28, /**< Collator version is not compatible with the base version */
679 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);
  /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;
491 private final Collator sCollator = Collator.getInstance();
  /external/icu4c/i18n/unicode/
rbnf.h 57 class Collator;
995 Collator* collator; member in class:RuleBasedNumberFormat
    [all...]
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 223 "/apiref/icu4j/com/ibm/icu/text/Collator.html">Java</a>.</li>
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.def 5 ??0Collator@WTF@@QAE@PBD@Z
32 ??1Collator@WTF@@QAE@XZ
89 ?collate@Collator@WTF@@QBE?AW4Result@12@PB_WI0I@Z
306 ?setOrderLowerFirst@Collator@WTF@@QAEX_N@Z
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 40 import java.text.Collator;
361 mColl = Collator.getInstance();
362 mColl.setStrength(Collator.PRIMARY);
367 private static Collator mColl = null;
    [all...]
  /external/icu4c/test/intltest/
uobjtest.cpp 339 TESTCLASSID_FACTORY(UStringEnumeration, Collator::getKeywords(status));
340 //TESTCLASSID_FACTORY_HIDDEN(CollationLocaleListEnumeration, Collator::getAvailableLocales());
  /external/icu4c/tools/genrb/
genrb.c 202 "\t makes .res file smaller but collator instantiation much slower;\n"
205 "\t makes .res file smaller and maintains collator instantiation speed\n"
  /external/icu4c/i18n/
ucol.cpp 99 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString,
121 (s)->coll = (collator);
124 if(collator->normalizationMode == UCOL_ON) {
127 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
135 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString,
139 IInit_collIterate(collator, sourceString, sourceLen, s, status);
527 /* copy the collator options */
752 /* copy the collator options */
795 * @param coll collator
    [all...]

Completed in 615 milliseconds

1 2 3 4 5 67 8 910