/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
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/ |
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/ |
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 */
|
/libcore/luni/src/main/java/java/text/ |
CollationElementIterator.java | 156 * the element of the collator.
|
/external/icu4c/i18n/ |
bmsearch.cpp | 610 UCollator *collator = data->getCollator(); local 612 patCEs = new CEList(collator, patternString, status); 627 target = new Target(collator, targetString, patCEs->size(), status);
|
/external/icu4c/test/cintltst/ |
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));
|
usrchdat.c | 29 const char *collator; /* currently supported "fr" "es" "de", plus NULL/other => "en" */ member in struct:SearchData 233 static const SearchData COLLATOR[] = { [all...] |
/frameworks/base/core/java/android/content/pm/ |
ApplicationInfo.java | 26 import java.text.Collator; 537 private final Collator sCollator = Collator.getInstance();
|
/external/icu4c/i18n/unicode/ |
rbnf.h | 57 class Collator; 1018 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 | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
JRE-1.1.zip | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum12_1.0.1.200904031014/org/eclipse/pde/api/tools/internal/api_stubs/ |
OSGi_Minimum-1.2.zip | |
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 223 "/apiref/icu4j/com/ibm/icu/text/Collator.html">Java</a>.</li>
|
collperf.cpp | [all...] |
/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 | 41 import java.text.Collator; 435 mColl = Collator.getInstance(); 436 mColl.setStrength(Collator.PRIMARY); 441 private static Collator mColl = null; [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
CitiesActivity.java | 46 import java.text.Collator;
|
/external/icu4c/test/intltest/ |
uobjtest.cpp | 347 TESTCLASSID_FACTORY(UStringEnumeration, Collator::getKeywords(status)); 348 //TESTCLASSID_FACTORY_HIDDEN(CollationLocaleListEnumeration, Collator::getAvailableLocales());
|
/external/icu4c/tools/genrb/ |
genrb.c | 213 "\t makes .res file smaller but collator instantiation much slower;\n" 216 "\t makes .res file smaller and maintains collator instantiation speed\n"
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TreeMapTest.java | 28 import java.text.Collator; 333 // Regression for ill-behaved collator 334 Collator c = new Collator() { [all...] |
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/ |
WTF.vcproj | 407 RelativePath="..\..\wtf\unicode\Collator.h"
|
/external/webkit/Source/JavaScriptCore/runtime/ |
StringPrototype.cpp | 41 #include <wtf/unicode/Collator.h> 232 return Collator::userDefault()->collate(reinterpret_cast<const ::UChar*>(a.characters()), a.length(), reinterpret_cast<const ::UChar*>(b.characters()), b.length()); [all...] |
/external/icu4c/common/unicode/ |
unorm.h | 118 * is turned on for the collator object.
|
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 603 // Set up an ICU collator
|