Home | History | Annotate | Download | only in lang

Lines Matching refs:trail

4899      * @param trail the trail char
4905 public static int getCodePoint(char lead, char trail)
4907 if (Character.isSurrogatePair(lead, trail)) {
4908 return Character.toCodePoint(lead, trail);
5854 * @return true if ch is a low (trail) surrogate
5865 * @param low the low (trail) char
5892 * @param low the low (trail) surrogate