Home | History | Annotate | Download | only in lang

Lines Matching defs:UTF16

34 import android.icu.text.UTF16;
322 c = UTF16.charAt(s, offset);
323 offset += UTF16.getCharCount(c);
356 //c = UTF16.charAt(s, offset);
364 //offset += UTF16.getCharCount(c);
421 UTF16.append(buf, e);
1387 UTF16.append(str, set.getRangeStart(i));
1389 UTF16.append(str, set.getRangeEnd(i));
1932 for (i = start; i < limit; i += UTF16.getCharCount(cp)) {
1933 cp = UTF16.charAt(text, i);
2293 int c = UTF16.charAt(charsIn,i);
2294 i += UTF16.getCharCount(c);
2296 UTF16.append(bad,c);
2310 int c = UTF16.charAt(charsOut,i);
2311 i += UTF16.getCharCount(c);
2313 UTF16.append(bad, c);