| 1368 | static string utf2df(string s) { return UTF2DF(s); } |
| 1369 | static string df2console(color_ostream &out, string s) { return DF2CONSOLE(out, s); } |
| 1370 | static string upperCp437(string s) { return toUpper_cp437(s); } |
| 1371 | static string lowerCp437(string s) { return toLower_cp437(s); } |
| 1372 | static string toSearchNormalized(string s) { return to_search_normalized(s); } |
| 1373 | static string capitalizeStringWords(string s) { return capitalize_string_words(s); } |
nothing calls this directly
no test coverage detected