/external/sqlite/android/ |
D | sqlite3_android.cpp | 224 UCollator* collator; member 278 UCollator* collator = (UCollator*)sqlite3_user_data(context); in tokenize() local 404 static void localized_collator_dtor(UCollator* collator) in localized_collator_dtor() 417 UCollator* collator = ucol_open(systemLocale, &status); in register_localized_collators() local 465 UCollator * collator = ucol_open(NULL, &status); in register_android_functions() local
|
/external/icu4c/test/cintltst/ |
D | usrchtst.c | 156 static UCollator *getCollator(const char *collator) in getCollator() 422 UCollator *collator = getCollator(search.collator); in assertEqual() local 453 UCollator *collator = getCollator(search.collator); in assertCanonicalEqual() local 487 UCollator *collator = getCollator(search.collator); in assertEqualWithAttribute() local 625 UCollator *collator = getCollator(search->collator); in TestBreakIterator() local 723 UCollator *collator = getCollator(search->collator); in TestOverlap() local 1458 UCollator *collator; in TestContraction() local 1501 UCollator *collator; in TestIgnorable() local 1649 UCollator *collator = getCollator(search->collator); in TestBreakIteratorCanonical() local 1759 UCollator *collator = getCollator(search->collator); in TestOverlapCanonical() local [all …]
|
D | usrchdat.c | 26 const char *collator; member
|
D | cmsccoll.c | 648 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sL… in ucaTest() 664 static UCollationResult swampEarlier(tst_strcoll* func, void *collator, int opts, in swampEarlier() 679 static UCollationResult swampLater(tst_strcoll* func, void *collator, int opts, in swampLater() 694 static uint32_t probeStrength(tst_strcoll* func, void *collator, int opts, in probeStrength() 883 static uint32_t testSwitch(tst_strcoll* func, void *collator, int opts, uint32_t strength, const UC… in testSwitch()
|
/external/icu4c/test/intltest/ |
D | srchtest.cpp | 164 RuleBasedCollator * StringSearchTest::getCollator(const char *collator) in getCollator() 337 Collator *collator = getCollator(search->collator); in assertEqual() local 394 Collator *collator = getCollator(search->collator); in assertCanonicalEqual() local 441 Collator *collator = getCollator(search->collator); in assertEqualWithAttribute() local 775 RuleBasedCollator *collator = getCollator(search->collator); in TestBreakIterator() local 878 RuleBasedCollator *collator = getCollator(search->collator); in TestOverlap() local 1478 RuleBasedCollator *collator = new RuleBasedCollator(rules, in TestContraction() local 1516 RuleBasedCollator *collator = new RuleBasedCollator(rules, in TestIgnorable() local 1640 RuleBasedCollator *collator = getCollator(search->collator); in TestBreakIteratorCanonical() local 1746 RuleBasedCollator *collator = getCollator(search->collator); in TestOverlapCanonical() local [all …]
|
D | svccoll.cpp | 211 Collator* collator; member
|
/external/icu4c/i18n/ |
D | usearch.cpp | 658 inline int32_t getNextSafeOffset(const UCollator *collator, in getNextSafeOffset() 1061 const UCollator *collator = strsrch->collator; in checkNextExactContractionMatch() local 1420 inline uint32_t getPreviousSafeOffset(const UCollator *collator, in getPreviousSafeOffset() 1473 const UCollator *collator = strsrch->collator; in doNextCanonicalSuffixMatch() local 1711 const UCollator *collator = strsrch->collator; in checkNextCanonicalContractionMatch() local 1908 const UCollator *collator = strsrch->collator; in checkPreviousExactContractionMatch() local 2133 const UCollator *collator = strsrch->collator; in doPreviousCanonicalPrefixMatch() local 2348 const UCollator *collator = strsrch->collator; in checkPreviousCanonicalContractionMatch() local 2502 UCollator *collator = ucol_open(locale, status); in usearch_open() local 2528 const UCollator *collator, in usearch_openFromCollator() [all …]
|
D | usrchimp.h | 58 const UCollator *collator; member
|
D | nfrule.cpp | 1131 RuleBasedCollator* collator = (RuleBasedCollator*)formatter->getCollator(); in prefixLength() local 1421 RuleBasedCollator* collator = (RuleBasedCollator*)(formatter->getCollator()); in allIgnorable() local
|
D | coll.cpp | 384 Collator *collator; in createInstance() local
|
D | ucol.cpp | 118 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString, in IInit_collIterate() 147 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString, in uprv_init_collIterate()
|
/external/webkit/WebCore/xml/ |
D | XSLTUnicodeSort.cpp | 167 Collator collator(comp->has_lang ? (const char*)comp->lang : "en"); in xsltUnicodeSortFunction() local
|
/external/icu4c/i18n/unicode/ |
D | rbnf.h | 989 Collator* collator; variable
|
D | tblcoll.h | 853 inline void RuleBasedCollator::setUCollator(UCollator *collator) in setUCollator()
|
/external/icu4c/samples/coll/ |
D | coll.cpp | 54 UCollator * collator = 0; variable
|
/external/icu4c/samples/strsrch/ |
D | strsrch.cpp | 59 UCollator * collator = 0; variable
|
/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 290 void outputAttribute(UCollator *collator, UErrorCode *error) in outputAttribute() 325 void outputNormalization(UCollator *collator) in outputNormalization() 441 void setAttributes(UCollator *collator, UErrorCode *error) in setAttributes()
|
/external/webkit/WebCore/editing/ |
D | TextIterator.cpp | 1490 UCollator* collator = usearch_getCollator(searcher); in SearchBuffer() local
|