Searched refs:toLowerCh (Results 1 – 1 of 1) sorted by relevance
13575 char toLowerCh(char c) { in toLowerCh() function13596 std::transform( s.begin(), s.end(), s.begin(), toLowerCh ); in toLowerInPlace()