/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderCustom.java | 23 import java.text.Collator; 152 private final Collator sCollator = Collator.getInstance();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderCustomSupport.java | 58 import java.text.Collator; 154 private final Collator sCollator = Collator.getInstance();
|
/external/icu4c/i18n/ |
coleitr.cpp | 273 * over the source text using the specified collator 321 * the source text using the specified collator 343 Normalizer::EMode decomp = order->getStrength() == Collator::IDENTICAL
|
ucol_res.cpp | 359 result = Collator::createUCollator(loc, status); 461 // We will init the collator from UCA 729 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst); 737 const Locale *loc = Collator::getAvailableLocales(count); 748 Collator::getAvailableLocales(count); 757 // This is a wrapper over Collator::getAvailableLocales() 761 StringEnumeration *s = icu::Collator::getAvailableLocales(); [all...] |
ucol.cpp | 116 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString, 138 (s)->coll = (collator); 145 if(collator->normalizationMode == UCOL_ON) { 148 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) { 156 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString, 160 IInit_collIterate(collator, sourceString, sourceLen, s, status); 549 /* copy the collator options */ 677 // collator reordering 751 delete (Collator*)coll->delegate [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
AccountType.java | 36 import java.text.Collator; 515 private final Collator mCollator = Collator.getInstance();
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppOpsState.java | 36 import java.text.Collator; 387 private final Collator sCollator = Collator.getInstance();
|
/external/icu4c/test/intltest/ |
loctest.cpp | [all...] |
tsmthred.cpp | 1012 const Collator *coll; 1024 void setCollator(Collator *c, Line *l, int32_t nl, UBool atLeastUCA62) [all...] |
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 465 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
|
/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
|
/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
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLocaleUtilsTest.java | 23 import java.text.Collator; 105 final Locale locale[] = Collator.getAvailableLocales();
|
/development/apps/Development/src/com/android/development/ |
AppHwPref.java | 40 import java.text.Collator;
|
/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));
|
/packages/apps/Music/src/com/android/music/ |
PlaylistBrowserActivity.java | 57 import java.text.Collator; 478 Collator col = Collator.getInstance(); 479 col.setStrength(Collator.PRIMARY);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 55 import java.text.Collator; 2508 final Collator collator = Collator.getInstance(); local [all...] |
/external/icu4c/i18n/unicode/ |
ucoleitr.h | 103 * Character based on the comparison level of the collator. A collation order 113 * @param coll The collator containing the desired collation rules.
|
/external/icu4c/common/unicode/ |
docmain.h | 161 * <td>icu::Collator</td>
|
utypes.h | 502 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 */ 539 U_COLLATOR_VERSION_MISMATCH = 28, /**< Collator version is not compatible with the base version */ 540 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
|