Lines Matching defs:collation
1229 icu_locale.getKeywordValue("collation", buffer, kBufferSize, status);
1285 // Fast comparison is implemented for charcodes for which the L1 collation
2039 icu::Collator::getKeywordValues("collation", status));
2179 // 3. Else if key is "collation", then
2265 return IsValidExtension<icu::Collator>(locale, "collation", value);
2353 // https://www.unicode.org/repos/cldr/tags/latest/common/bcp47/collation.xml
2357 // https://www.unicode.org/repos/cldr/tags/latest/common/bcp47/collation.xml
2433 // collation). Instead of doing this here, we let the callers of
2779 bool Intl::RemoveCollation(const char* collation) {
2780 return strcmp("standard", collation) == 0 || strcmp("search", collation) == 0;