Lines Matching refs:textLen
1285 const UChar* text, int32_t textLen, in linearSearch() argument
1291 if (len > *maxMatchLen && len <= textLen && in linearSearch()
1302 for (int32_t i=initialPartialMatchLen; i<MIN(len, textLen); i++) { in linearSearch()
1324 const UChar* text, int32_t textLen, in searchCurrencyName() argument
1346 for (int32_t index = 0; index < textLen; ++index) { in searchCurrencyName()
1365 text, textLen, in searchCurrencyName()
1550 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency() local
1551 text.extract(start, textLen, inputText); in uprv_parseCurrency()
1553 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1); in uprv_parseCurrency()
1562 upperText, textLen, partialMatchLen, &max, &matchIndex); in uprv_parseCurrency()
1573 inputText, textLen, in uprv_parseCurrency()