Home | History | Annotate | Download | only in browser

Lines Matching refs:GetSortKey

876   const std::string GetSortKey(const icu::Collator& collator,
969 std::string sort_key = GetSortKey(*collator,
992 std::string sort_key = GetSortKey(*collator,
1026 const std::string CountryNames::GetSortKey(const icu::Collator& collator,
1034 int32_t expected_size = collator.getSortKey(icu_str, buffer->get(),
1042 expected_size = collator.getSortKey(icu_str, buffer->get(), *buffer_size);