Home
last modified time | relevance | path

Searched refs:upper_to_lower_table (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc466 static constexpr auto upper_to_lower_table = [] { in starts_with_ci() local
484 if (ch != pch && upper_to_lower_table[ch] != pch) in starts_with_ci()