/external/chromium_org/third_party/icu/source/test/intltest/ |
srchtest.h | 43 const UCollationStrength &strength) const;
|
/external/icu4c/test/intltest/ |
srchtest.h | 43 const UCollationStrength &strength) const;
|
colldata.cpp | 42 UCollationStrength strength = ucol_getStrength(coll);
|
/external/chromium_org/third_party/icu/source/i18n/ |
usrchimp.h | 72 UCollationStrength strength;
|
ucoleitr.cpp | 206 UCollationStrength strength; 514 // UCollationStrength strength = ucol_getStrength(coll);
|
bmsearch.cpp | 80 UCollationStrength strength;
|
coleitr.cpp | 256 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll);
|
ucol_res.cpp | 365 UCollationStrength strength, 514 UCollationStrength strength, [all...] |
coll.cpp | 542 Collator::Collator(UCollationStrength, UNormalizationMode )
|
colldata.cpp | 53 UCollationStrength strength = ucol_getStrength(coll);
|
tblcoll.cpp | 586 UCollationStrength strength = getUCollationStrength(newStrength);
|
/external/icu4c/i18n/ |
usrchimp.h | 72 UCollationStrength strength;
|
ucoleitr.cpp | 206 UCollationStrength strength; 514 // UCollationStrength strength = ucol_getStrength(coll);
|
coleitr.cpp | 257 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll);
|
ucol_res.cpp | 374 UCollationStrength strength, 527 UCollationStrength strength, [all...] |
coll.cpp | 568 Collator::Collator(UCollationStrength, UNormalizationMode )
|
ucol_imp.h | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
tblcoll.h | [all...] |
ucol.h | 50 * @see UCollationStrength 170 * UCollationStrength is also used to determine the strength of sort keys 175 typedef UColAttributeValue UCollationStrength; 306 UCollationStrength strength, 522 U_STABLE UCollationStrength U_EXPORT2 536 UCollationStrength strength); [all...] |
coll.h | 203 * UCollationStrength is also used to determine the strength of sort keys [all...] |
/external/chromium_org/ppapi/proxy/ |
pdf_resource.cc | 73 UCollationStrength strength = case_sensitive ? UCOL_TERTIARY : UCOL_PRIMARY;
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeCollation.cpp | 132 UColAttributeValue(mode), UCollationStrength(strength), NULL, &status);
|
/external/icu4c/i18n/unicode/ |
ucol.h | 51 * @see UCollationStrength 229 * UCollationStrength is also used to determine the strength of sort keys 234 typedef UColAttributeValue UCollationStrength; 402 UCollationStrength strength, 649 U_STABLE UCollationStrength U_EXPORT2 663 UCollationStrength strength); [all...] |
coll.h | 203 * UCollationStrength is also used to determine the strength of sort keys [all...] |
/external/chromium_org/chrome/renderer/pepper/ |
ppb_pdf_impl.cc | 255 UCollationStrength strength = case_sensitive ? UCOL_TERTIARY : UCOL_PRIMARY;
|