Home | History | Annotate | Download | only in i18n

Lines Matching refs:lcaseText

2077 newBestMatchWithOptionalDot(const UnicodeString &lcaseText,
2105 UnicodeString lcaseText;
2106 text.extract(start, INT32_MAX, lcaseText);
2107 lcaseText.foldCase();
2114 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2141 text.extract(start, j, lcaseText);
2142 lcaseText.foldCase();
2143 if (bestMatchName == lcaseText) {
2322 UnicodeString lcaseText;
2323 text.extract(start, INT32_MAX, lcaseText);
2324 lcaseText.foldCase();
2331 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2342 if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) {
2384 text.extract(start, j, lcaseText);
2385 lcaseText.foldCase();
2386 if (bestMatchName == lcaseText) {
2396 newBestMatchWithOptionalDot(const UnicodeString &lcaseText,
2408 if (lcaseText.compareBetween(0, length, lcase, 0, length) == 0) {
2415 if (lcaseText.compareBetween(0, length, lcase, 0, length) == 0) {