Home | History | Annotate | Download | only in text

Lines Matching defs:UTF16

57                 c = UTF16.charAt(src, i);
58 i += UTF16.getCharCount(c);
59 UTF16.append(dest, UCharacter.getMirror(c));
84 c = UTF16.charAt(src, i);
85 i += UTF16.getCharCount(c);
87 UTF16.append(dest, UCharacter.getMirror(c));
135 * XXX: or dest = UTF16.reverse(new StringBuffer(src));
147 srcLength -= UTF16.getCharCount(UTF16.charAt(src,
175 c = UTF16.charAt(src, srcLength - 1);
176 srcLength -= UTF16.getCharCount(c);
201 int c = UTF16.charAt(src, srcLength - 1);
202 srcLength -= UTF16.getCharCount(c);
206 c = UTF16.charAt(src, srcLength - 1);
207 srcLength -= UTF16.getCharCount(c);
222 UTF16.append(dest, c);
223 j += UTF16.getCharCount(c);