Home | History | Annotate | Download | only in utils

Lines Matching defs:supplemental

725      * Returns true if the specified character is a supplemental character.

734 * Returns true the supplemental character corresponding to the given
740 public static int supplemental(char h, char l) {
745 * Returns the high surrogate of a supplemental character
747 * @param c The supplemental character to "split".
754 * Returns the low surrogate of a supplemental character
756 * @param c The supplemental character to "split".