/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; 438 mColl = Collator.getInstance(); 439 mColl.setStrength(Collator.PRIMARY); 444 private static Collator mColl = null; [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 100 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString, 122 (s)->coll = (collator); 125 if(collator->normalizationMode == UCOL_ON) { 128 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) { 136 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString, 140 IInit_collIterate(collator, sourceString, sourceLen, s, status); 528 /* copy the collator options */ 656 // collator reordering 798 /* copy the collator options * [all...] |
/external/icu4c/test/intltest/ |
uobjtest.cpp | 347 TESTCLASSID_FACTORY(UStringEnumeration, Collator::getKeywords(status)); 348 //TESTCLASSID_FACTORY_HIDDEN(CollationLocaleListEnumeration, Collator::getAvailableLocales());
|
tsmthred.cpp | 1007 errcheckln(status, "Couldn't open UCA collator"); 1023 //logln("Setting collator %i", j); [all...] |
/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/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/test/cintltst/ |
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...] |
/external/icu4c/common/unicode/ |
unorm.h | 118 * is turned on for the collator object.
|
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 592 // Set up an ICU collator
|
/external/libvpx/examples/includes/geshi/geshi/ |
groovy.php | 259 'CollationKey', 'Collator', 'Collection', [all...] |
java.php | 269 'CollationKey', 'Collator', 'Collection', [all...] |
/external/webkit/Source/JavaScriptCore/ |
GNUmakefile.list.am | 538 Source/JavaScriptCore/wtf/unicode/Collator.h \
|
JavaScriptCore.gypi | 229 'wtf/unicode/Collator.h',
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
unorm.h | 112 * is turned on for the collator object.
|
/external/webkit/Source/WebCore/icu/unicode/ |
unorm.h | 112 * is turned on for the collator object.
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
unorm.h | 112 * is turned on for the collator object.
|
/libcore/luni/src/main/java/java/util/ |
Locale.java | 331 * @see java.text.Collator#getAvailableLocales()
|
/packages/apps/Music/src/com/android/music/ |
AlbumBrowserActivity.java | 66 import java.text.Collator;
|