Home | History | Annotate | Download | only in i18n

Lines Matching refs:textLen

1127 // @param  textLen: the length of the text to be compared
1135 const UChar* text, int32_t textLen,
1139 if (len > *maxMatchLen && len <= textLen &&
1155 // @param textLen: the length of the text to be compared
1163 const UChar* text, int32_t textLen,
1184 for (int32_t index = 0; index < textLen; ++index) {
1202 text, textLen,
1366 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start);
1367 text.extract(start, textLen, inputText);
1369 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, NULL, &ec1);
1375 upperText, textLen, &max, &matchIndex);
1386 inputText, textLen,