Home
last modified time | relevance | path

Searched defs:collator (Results 1 – 18 of 18) sorted by relevance

/external/sqlite/android/
Dsqlite3_android.cpp224 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/
Dusrchtst.c156 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 …]
Dusrchdat.c26 const char *collator; member
Dcmsccoll.c648 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/
Dsrchtest.cpp164 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 …]
Dsvccoll.cpp211 Collator* collator; member
/external/icu4c/i18n/
Dusearch.cpp658 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 …]
Dusrchimp.h58 const UCollator *collator; member
Dnfrule.cpp1131 RuleBasedCollator* collator = (RuleBasedCollator*)formatter->getCollator(); in prefixLength() local
1421 RuleBasedCollator* collator = (RuleBasedCollator*)(formatter->getCollator()); in allIgnorable() local
Dcoll.cpp384 Collator *collator; in createInstance() local
Ducol.cpp118 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/
DXSLTUnicodeSort.cpp167 Collator collator(comp->has_lang ? (const char*)comp->lang : "en"); in xsltUnicodeSortFunction() local
/external/icu4c/i18n/unicode/
Drbnf.h989 Collator* collator; variable
Dtblcoll.h853 inline void RuleBasedCollator::setUCollator(UCollator *collator) in setUCollator()
/external/icu4c/samples/coll/
Dcoll.cpp54 UCollator * collator = 0; variable
/external/icu4c/samples/strsrch/
Dstrsrch.cpp59 UCollator * collator = 0; variable
/external/icu4c/tools/dumpce/
Ddumpce.cpp290 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/
DTextIterator.cpp1490 UCollator* collator = usearch_getCollator(searcher); in SearchBuffer() local