Home | History | Annotate | Download | only in i18n

Lines Matching refs:caseCompare

1730     if (text.caseCompare(start, fGMTZeroFormat.length(), fGMTZeroFormat, 0) == 0) {
1739 if (text.caseCompare(start, defGMTZeroLen, defGMTZero, 0) == 0) {
1759 if (len > 0 && text.caseCompare(idx, len, fGMTPatternPrefix, 0) != 0) {
1774 if (len > 0 && text.caseCompare(idx, len, fGMTPatternSuffix, 0) != 0) {
1888 if (text.caseCompare(idx, len, patStr, 0) != 0) {
2004 if (text.caseCompare(start, len, gmt, 0) == 0) {