Home | History | Annotate | Download | only in common

Lines Matching full:character

67  * Return true if the character is NOT printable ASCII.
75 * U+FFFF and \Uxxxxxxxx for U+10000 and above. If the character is
101 * Returns the index of a character, ignoring quoted text.
128 * character at or after pos, or str.length(), if there is none.
130 * @return the index of the first non-white-space character at or
188 * Parse a single non-whitespace character 'ch', optionally
192 * offset of the first character to be parsed. On output, pos[0]
193 * is the index after the last parsed character. If the parse
195 * @param ch the non-whitespace character to be parsed.
223 * @param index offset to first character to parse
224 * @param limit offset after last character to parse
225 * @return index after last parsed character, or -1 on parse failure.
278 * Append a character to a rule that is being built up. To flush
280 * If there is no final character, pass in (UChar32)-1 as c.
281 * @param rule the string to append the character to
282 * @param c the character to append, or (UChar32)-1 if none.
283 * @param isLiteral if true, then the given character should not be
293 * character.