Home | History | Annotate | Download | only in format

Lines Matching defs:charAt

1309                 appendInternal(new CharLiteralPrinterParser(literal.charAt(0)));
1581 char cur = pattern.charAt(pos);
1584 for ( ; pos < pattern.length() && pattern.charAt(pos) == cur; pos++); // short loop
1590 cur = pattern.charAt(pos);
1594 for ( ; pos < pattern.length() && pattern.charAt(pos) == cur; pos++); // short loop
1674 if (pattern.charAt(pos) == '\'') {
1675 if (pos + 1 < pattern.length() && pattern.charAt(pos + 1) == '\'') {
2295 while (pos < endPos && context.charEquals(text.charAt(pos), padChar)) {
2400 char ch = text.charAt(position);
2619 char sign = text.charAt(position); // IOOBE if invalid position
2651 char ch = text.charAt(pos++);
2979 if (text.charAt(position) != context.getDecimalStyle().getDecimalSeparator()) {
2993 char ch = text.charAt(pos++);
3391 char sign = text.charAt(position); // IOOBE if invalid position
3427 if (pos + 1 > parseText.length() || parseText.charAt(pos) != ':') {
3435 char ch1 = parseText.charAt(pos++);
3436 char ch2 = parseText.charAt(pos++);
3520 char c = text.charAt(position);
3543 charAt(pos); // IOOBE if invalid position
3558 if (h1 < 0 || h2 < 0 || text.charAt(pos++) != ':') {
3568 if (pos + 2 < end && text.charAt(pos) == ':') {
3587 if (pos + 2 < end && text.charAt(pos) == ':') {
3588 if (pos + 2 < end && text.charAt(pos) == ':') {
3594 if (pos + 2 < end && text.charAt(pos) == ':') {
3879 char nextChar = text.charAt(position);
3883 char nextNextChar = text.charAt(position + 1);
3885 if (length >= position + 3 && context.charEquals(text.charAt(position + 2), 'C')) {
3890 context.charEquals(nextNextChar, 'M') && context.charEquals(text.charAt(position + 2), 'T')) {
3930 if (text.charAt(position) == '0' && prefix.equals("GMT")) {
3936 if (text.charAt(position) == '0' ||
3937 context.charEquals(text.charAt(position), 'Z')) {
3975 // boundary check cost of key.charat(0)
3986 c0 = key.charAt(0);
4055 if (isEqual(c.c0, subKey.charAt(0))) {
4102 if (isEqual(c.c0, text.charAt(off))) {
4134 if (isEqual(c.c0, text.charAt(off))) {
4171 if (!isEqual(key.charAt(off0++), text.charAt(off++))) {
4181 if (!isEqual(k.charAt(off), key.charAt(off))) {
4216 if (!isEqual(key.charAt(off0++), text.charAt(off++))) {
4245 if (isLenientChar(k.charAt(i))) {
4250 if (!isLenientChar(k.charAt(i))) {
4251 sb.append(k.charAt(i));
4268 if (isLenientChar(text.charAt(off))) {
4272 if (!isEqual(key.charAt(koff++), text.charAt(off++))) {
4281 while (off0 < end && isLenientChar(text.charAt(off0))) {
4287 if (isEqual(c.c0, text.charAt(off0))) {