Home | History | Annotate | Download | only in impl

Lines Matching refs:charAt

512         return ((s.charAt(2*i)) << 16) | s.charAt(2*i+1);
519 int length = ((s.charAt(0)) << 16) | (s.charAt(1));
523 char c = s.charAt(i);
525 c = s.charAt(++i);
530 short runValue = (short) s.charAt(++i);
549 int length = ((s.charAt(0)) << 16) | (s.charAt(1));
553 char c = s.charAt(i);
555 c = s.charAt(++i);
560 char runValue = s.charAt(++i);
579 int length = ((s.charAt(0)) << 16) | (s.charAt(1));
593 c = s.charAt(i++);
662 char c = s.charAt(i++);
714 char c = s.charAt(i++);
828 if (offset < length && UTF16.charAt(s, offset) == 0x7B /*{*/) {
849 c = UTF16.charAt(s, offset);
877 c = s.charAt(offset); // [sic] get 16-bit code unit
904 c = UTF16.charAt(s, offset);
924 char c = s.charAt(i++);
949 char c = s.charAt(i++);
1022 result.append(hex(s.charAt(i),width));
1065 if (s.charAt(i) == divider) {
1090 if (s.charAt(i) == divider) {
1132 id.charAt(pos[0]) != ch) {
1166 char cpat = pattern.charAt(i);
1173 c = rule.charAt(pos++);
1194 c = (char) UCharacter.toLowerCase(rule.charAt(pos++));
1265 cpat = UTF16.charAt(pat, ipat);
1288 } else if (p < limit && rule.charAt(p) == '0') {
1295 int d = UCharacter.digit(rule.charAt(p++), radix);
1529 char c = text.charAt(i);
1534 && text.charAt(i) != APOSTROPHE) {}
1579 quoteBuf.charAt(0) == APOSTROPHE &&
1580 quoteBuf.charAt(1) == APOSTROPHE) {
1588 quoteBuf.charAt(quoteBuf.length()-2) == APOSTROPHE &&
1589 quoteBuf.charAt(quoteBuf.length()-1) == APOSTROPHE) {
1611 if (len > 0 && rule.charAt(len-1) != ' ') {
1659 appendToRule(rule, text.charAt(i), isLiteral, escapeUnprintable, quoteBuf);