Home | History | Annotate | Download | only in i18n

Lines Matching refs:textLen

1082 // @param  textLen: the length of the text to be compared
1090 const UChar* text, int32_t textLen,
1094 if (len > *maxMatchLen && len <= textLen &&
1110 // @param textLen: the length of the text to be compared
1118 const UChar* text, int32_t textLen,
1139 for (int32_t index = 0; index < textLen; ++index) {
1157 text, textLen,
1321 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start);
1322 text.extract(start, textLen, inputText);
1324 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, NULL, &ec1);
1330 upperText, textLen, &max, &matchIndex);
1341 inputText, textLen,