Home | History | Annotate | Download | only in i18n

Lines Matching refs:toUpper

1396 static void toUpper(const char* src, char* dst, uint32_t length) {
1398 *dst = toupper(*src);
1406 toUpper(name, buffer, 32);