Searched refs:toLowerCh (Results 1 – 1 of 1) sorted by relevance
4447 char toLowerCh(char c) { in toLowerCh() function4452 std::transform( sourceLC.begin(), sourceLC.end(), sourceLC.begin(), toLowerCh ); in convertInto()8558 char toLowerCh(char c) { in toLowerCh() function8562 std::transform( s.begin(), s.end(), s.begin(), toLowerCh ); in toLowerInPlace()