Home | History | Annotate | Download | only in unicode

Lines Matching full:character

40  * <p>The second kind of mapping is between character values and
47 * names. All symbolic names start with the SYMBOL_REF character.
48 * When a parser encounters this character, it calls parseReference()
58 * The character preceding a symbol reference name.
81 * Lookup the UnicodeMatcher associated with the given character, and
85 * character, or NULL if there is no mapping for ch.
94 * character at pos cannot start a name, or if pos is at or after
96 * isolated SYMBOL_REF character.
98 * @param pos on entry, the index of the first character to parse.
99 * This is the character following the SYMBOL_REF character. On
100 * exit, the index after the last parsed character. If the parse
102 * @param limit the index after the last character to be parsed.