Searched refs:UCollationStrength (Results 1 – 23 of 23) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | tblcoll.h | 902 const UCollationStrength &strength) const; 909 UCollationStrength getUCollationStrength( 954 const UCollationStrength &strength) const in getECollationStrength() 971 inline UCollationStrength RuleBasedCollator::getUCollationStrength( in getUCollationStrength()
|
D | ucol.h | 226 typedef UColAttributeValue UCollationStrength; typedef 357 UCollationStrength strength, 573 U_STABLE UCollationStrength U_EXPORT2 587 UCollationStrength strength);
|
D | coll.h | 1009 Collator(UCollationStrength collationStrength,
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | ucol.h | 169 typedef UColAttributeValue UCollationStrength; typedef 300 UCollationStrength strength, 482 U_STABLE UCollationStrength U_EXPORT2 496 UCollationStrength strength);
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ucol.h | 169 typedef UColAttributeValue UCollationStrength; typedef 300 UCollationStrength strength, 482 U_STABLE UCollationStrength U_EXPORT2 496 UCollationStrength strength);
|
/external/icu4c/test/intltest/ |
D | srchtest.h | 43 const UCollationStrength &strength) const;
|
D | ssearch.cpp | 2249 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY}; in monkeyTest() 2388 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY}; in bmMonkeyTest()
|
D | apicoll.cpp | 1985 TestCollator(UCollationStrength collationStrength, in TestCollator()
|
D | srchtest.cpp | 239 const UCollationStrength &strength) const in getECollationStrength()
|
/external/icu4c/i18n/ |
D | usrchimp.h | 72 UCollationStrength strength;
|
D | coleitr.cpp | 256 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll); in strengthOrder()
|
D | tblcoll.cpp | 612 UCollationStrength strength = getUCollationStrength(newStrength); in setStrength()
|
D | coll.cpp | 542 Collator::Collator(UCollationStrength, UNormalizationMode ) in Collator() argument
|
D | ucoleitr.cpp | 206 UCollationStrength strength;
|
D | ucol_res.cpp | 374 UCollationStrength strength, in ucol_openRulesForImport() 528 UCollationStrength strength, in ucol_openRules()
|
D | bmsearch.cpp | 80 UCollationStrength strength;
|
D | ucol_imp.h | 1119 UCollationStrength strength,
|
D | colldata.cpp | 53 UCollationStrength strength = ucol_getStrength(coll); in CEList()
|
D | usearch.cpp | 73 inline uint32_t getMask(UCollationStrength strength) in getMask() 3389 UCollationStrength newStrength = ucol_getStrength(strsrch->collator); in usearch_reset()
|
D | ucol.cpp | 6688 UCollationStrength strength) in ucol_setStrength() 6694 U_CAPI UCollationStrength U_EXPORT2
|
/external/icu4c/test/cintltst/ |
D | usrchdat.c | 30 UCollationStrength strength;
|
D | citertst.c | 1854 UCollationStrength strength[5] = {UCOL_PRIMARY, UCOL_SECONDARY, in checkSortKeyValidity()
|
/external/webkit/Source/WebCore/editing/ |
D | TextIterator.cpp | 1961 UCollationStrength strength = m_options & CaseInsensitive ? UCOL_PRIMARY : UCOL_TERTIARY; in SearchBuffer()
|