Searched refs:latin_tolower (Results 1 – 2 of 2) sorted by relevance
53 const unsigned short myLowerC = CharUtils::latin_tolower(c); in main()1060 /* static */ int CharUtils::latin_tolower(const int c) { in latin_tolower() function in latinime::CharUtils
45 return latin_tolower(c); in toLowerCase()138 static int latin_tolower(const int c);