Home | History | Annotate | Download | only in i18n

Lines Matching refs:textLen

1121 // @param  textLen: the length of the text to be compared
1129 const UChar* text, int32_t textLen,
1133 if (len > *maxMatchLen && len <= textLen &&
1149 // @param textLen: the length of the text to be compared
1157 const UChar* text, int32_t textLen,
1178 for (int32_t index = 0; index < textLen; ++index) {
1196 text, textLen,
1360 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start);
1361 text.extract(start, textLen, inputText);
1363 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1);
1369 upperText, textLen, &max, &matchIndex);
1380 inputText, textLen,