Searched refs:first2_ch (Results 1 – 1 of 1) sorted by relevance
181 auto first2_ch = ::tolower(*first2); in operator() local182 if (first1_ch != first2_ch) { in operator()183 return (first1_ch < first2_ch); in operator()
Completed in 3 milliseconds