Home | History | Annotate | Download | only in i18n

Lines Matching refs:u_strToUpper

962     int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec);
966 u_strToUpper(dest, destLen, source, len, locale, &ec);
1534 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1);