Home | History | Annotate | Download | only in i18n

Lines Matching refs:lcase

2373     UnicodeString lcase;
2374 lcase.fastCopyFrom(data).foldCase();
2375 int32_t length = lcase.length();
2381 if (lcaseText.compareBetween(0, length, lcase, 0, length) == 0) {
2383 bestMatchName = lcase;
2387 if (lcase.charAt(--length) == 0x2e) {
2388 if (lcaseText.compareBetween(0, length, lcase, 0, length) == 0) {
2390 bestMatchName = lcase;