Home | History | Annotate | Download | only in text

Lines Matching defs:getSingleCodePoint

1319      * See the public UTF16.getSingleCodePoint()
2665 int lastSingle = CharSequences.getSingleCodePoint(lastString == null ? "" : lastString);
2666 int curSingle = CharSequences.getSingleCodePoint(curString);
4557 public static int getSingleCodePoint(CharSequence s) {
4558 return CharSequences.getSingleCodePoint(s);