Searched refs:LATIN1 (Results 1 – 5 of 5) sorted by relevance
37 import static java.lang.String.LATIN1;89 coder = LATIN1; in AbstractStringBuilder()1515 if (COMPACT_STRINGS && coder == LATIN1) { in reverse()1557 return coder == LATIN1 in chars()1581 return coder == LATIN1 in codePoints()1616 this.coder = LATIN1;1629 return COMPACT_STRINGS && coder == LATIN1;
217 @Native static final byte LATIN1 = 0; field in String2244 return srcCoder == LATIN1 in indexOf()2251 if (srcCoder == LATIN1) { // && tgtCoder == UTF16 in indexOf()2392 return srcCoder == LATIN1 in lastIndexOf()2399 if (srcCoder == LATIN1) { // && tgtCoder == UTF16 in lastIndexOf()4379 if (coder() != LATIN1) {4479 return new String(StringLatin1.toBytes((char)codePoint), LATIN1);
39 import static java.lang.String.LATIN1;
38 import static java.lang.String.LATIN1;642 return new String(val, LATIN1);
48 if (coder == String.LATIN1) { in newStringFromBytes()