Home | History | Annotate | Download | only in i18n

Lines Matching refs:kUtLen

96     kUtLen = 2,
1061 if (start + kUtLen + 1 >= text.length()) {
1070 } else if (text.compare(start, kUtLen, gUt) == 0) {
1071 cur += kUtLen;
2878 } else if (text.compare(start, kUtLen, gUt) == 0) {
2879 gmtLen = kUtLen;