Home
last modified time | relevance | path

Searched refs:UCollationStrength (Results 1 – 23 of 23) sorted by relevance

/external/icu4c/i18n/unicode/
Dtblcoll.h902 const UCollationStrength &strength) const;
909 UCollationStrength getUCollationStrength(
954 const UCollationStrength &strength) const in getECollationStrength()
971 inline UCollationStrength RuleBasedCollator::getUCollationStrength( in getUCollationStrength()
Ducol.h226 typedef UColAttributeValue UCollationStrength; typedef
357 UCollationStrength strength,
573 U_STABLE UCollationStrength U_EXPORT2
587 UCollationStrength strength);
Dcoll.h1009 Collator(UCollationStrength collationStrength,
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducol.h169 typedef UColAttributeValue UCollationStrength; typedef
300 UCollationStrength strength,
482 U_STABLE UCollationStrength U_EXPORT2
496 UCollationStrength strength);
/external/webkit/Source/WebCore/icu/unicode/
Ducol.h169 typedef UColAttributeValue UCollationStrength; typedef
300 UCollationStrength strength,
482 U_STABLE UCollationStrength U_EXPORT2
496 UCollationStrength strength);
/external/icu4c/test/intltest/
Dsrchtest.h43 const UCollationStrength &strength) const;
Dssearch.cpp2249 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY}; in monkeyTest()
2388 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY}; in bmMonkeyTest()
Dapicoll.cpp1985 TestCollator(UCollationStrength collationStrength, in TestCollator()
Dsrchtest.cpp239 const UCollationStrength &strength) const in getECollationStrength()
/external/icu4c/i18n/
Dusrchimp.h72 UCollationStrength strength;
Dcoleitr.cpp256 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll); in strengthOrder()
Dtblcoll.cpp612 UCollationStrength strength = getUCollationStrength(newStrength); in setStrength()
Dcoll.cpp542 Collator::Collator(UCollationStrength, UNormalizationMode ) in Collator() argument
Ducoleitr.cpp206 UCollationStrength strength;
Ducol_res.cpp374 UCollationStrength strength, in ucol_openRulesForImport()
528 UCollationStrength strength, in ucol_openRules()
Dbmsearch.cpp80 UCollationStrength strength;
Ducol_imp.h1119 UCollationStrength strength,
Dcolldata.cpp53 UCollationStrength strength = ucol_getStrength(coll); in CEList()
Dusearch.cpp73 inline uint32_t getMask(UCollationStrength strength) in getMask()
3389 UCollationStrength newStrength = ucol_getStrength(strsrch->collator); in usearch_reset()
Ducol.cpp6688 UCollationStrength strength) in ucol_setStrength()
6694 U_CAPI UCollationStrength U_EXPORT2
/external/icu4c/test/cintltst/
Dusrchdat.c30 UCollationStrength strength;
Dcitertst.c1854 UCollationStrength strength[5] = {UCOL_PRIMARY, UCOL_SECONDARY, in checkSortKeyValidity()
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp1961 UCollationStrength strength = m_options & CaseInsensitive ? UCOL_PRIMARY : UCOL_TERTIARY; in SearchBuffer()