Searched refs:ToAsciiLower (Results 1 – 3 of 3) sorted by relevance
33 inline constexpr base::uc32 ToAsciiLower(base::uc32 ch);
68 inline constexpr base::uc32 ToAsciiLower(base::uc32 c) { in ToAsciiLower() function
693 std::transform(locale.begin(), locale.end(), locale.begin(), ToAsciiLower); in CanonicalizeLanguageTag()