Searched refs:upper_to_lower_table (Results 1 – 1 of 1) sorted by relevance
466 static constexpr auto upper_to_lower_table = [] { in starts_with_ci() local484 if (ch != pch && upper_to_lower_table[ch] != pch) in starts_with_ci()