Searched defs:codePointAt (Results 1 – 3 of 3) sorted by relevance
71 String.prototype.codePointAt.call(undefined); method in String74 String.prototype.codePointAt.call(undefined, 4); method in String77 String.prototype.codePointAt.call(null); method in String80 String.prototype.codePointAt.call(null, 4); method in String
266 protected static int codePointAt(CharSequence seq, int index, int end) { in codePointAt() method in UnicodeEscaper
5985 public static final int codePointAt(CharSequence seq, int index) { in codePointAt() method in UCharacter6007 public static final int codePointAt(char[] text, int index) { in codePointAt() method in UCharacter6030 public static final int codePointAt(char[] text, int index, int limit) { in codePointAt() method in UCharacter