Home | History | Annotate | Download | only in i18n

Lines Matching refs:u_strToUpper

764     int32_t destLen = u_strToUpper(dest, 0, source, len, NULL, &ec);
768 u_strToUpper(dest, destLen, source, len, NULL, &ec);
1324 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, NULL, &ec1);