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

/external/icu4c/i18n/
H A Dusrchimp.h72 UCollationStrength strength;
H A Dcoleitr.cpp256 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll);
H A Dbmsearch.cpp80 UCollationStrength strength;
H A Dcoll.cpp542 Collator::Collator(UCollationStrength, UNormalizationMode )
H A Dtblcoll.cpp612 UCollationStrength strength = getUCollationStrength(newStrength);
H A Ducoleitr.cpp206 UCollationStrength strength;
514 // UCollationStrength strength = ucol_getStrength(coll);
H A Ducol_res.cpp374 UCollationStrength strength,
528 UCollationStrength strength,
H A Dcolldata.cpp53 UCollationStrength strength = ucol_getStrength(coll);
H A Ducol_imp.h1119 UCollationStrength strength,
H A Dusearch.cpp73 inline uint32_t getMask(UCollationStrength strength)
3389 UCollationStrength newStrength = ucol_getStrength(strsrch->collator);
H A Ducol.cpp6688 UCollationStrength strength)
6694 U_CAPI UCollationStrength U_EXPORT2
/external/icu4c/test/intltest/
H A Dsrchtest.h43 const UCollationStrength &strength) const;
H A Dssearch.cpp2249 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY};
2388 UCollationStrength strengths[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY};
H A Dapicoll.cpp1985 TestCollator(UCollationStrength collationStrength,
H A Dsrchtest.cpp239 const UCollationStrength &strength) const
/external/icu4c/i18n/unicode/
H A Dtblcoll.h897 * Converts C's UCollationStrength to ECollationStrength
898 * @param strength member of the enum UCollationStrength
899 * @return ECollationStrength equivalent of UCollationStrength
902 const UCollationStrength &strength) const;
905 * Converts C++'s ECollationStrength to UCollationStrength
907 * @return UCollationStrength equivalent of ECollationStrength
909 UCollationStrength getUCollationStrength(
954 const UCollationStrength &strength) const
971 inline UCollationStrength RuleBasedCollator::getUCollationStrength(
H A Ducol.h51 * @see UCollationStrength
221 * UCollationStrength is also used to determine the strength of sort keys
226 typedef UColAttributeValue UCollationStrength; typedef
357 UCollationStrength strength,
573 U_STABLE UCollationStrength U_EXPORT2
587 UCollationStrength strength);
H A Dcoll.h203 * UCollationStrength is also used to determine the strength of sort keys
1009 Collator(UCollationStrength collationStrength,
1057 UCollationStrength strength;
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h49 * @see UCollationStrength
164 * UCollationStrength is also used to determine the strength of sort keys
169 typedef UColAttributeValue UCollationStrength; typedef
300 UCollationStrength strength,
482 U_STABLE UCollationStrength U_EXPORT2
496 UCollationStrength strength);
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h49 * @see UCollationStrength
164 * UCollationStrength is also used to determine the strength of sort keys
169 typedef UColAttributeValue UCollationStrength; typedef
300 UCollationStrength strength,
482 U_STABLE UCollationStrength U_EXPORT2
496 UCollationStrength strength);
/external/icu4c/test/cintltst/
H A Dusrchdat.c30 UCollationStrength strength;
H A Dcitertst.c1854 UCollationStrength strength[5] = {UCOL_PRIMARY, UCOL_SECONDARY,
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp1962 UCollationStrength strength = m_options & CaseInsensitive ? UCOL_PRIMARY : UCOL_TERTIARY;

Completed in 475 milliseconds