Searched defs:case_ins (Results 1 – 1 of 1) sorted by relevance
44 struct case_ins struct46 …atic bool eq( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) == (std::toupper)( c2 ); } in eq()47 …atic bool lt( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) < (std::toupper)( c2 ); } in lt()49 static int compare( CharT const* s1, CharT const* s2, std::size_t n ) in compare()