Lines Matching full:character
23 * character to parse. On output, the character after the last
24 * parsed character.
72 * successful, the offset of the next non-space character is
76 * character matches one or more required spaces. A '~' character
77 * matches zero or more optional spaces. A '#' character matches
83 * @return the position after the last character parsed, or -1 if
136 * first character to examine. It must be less than str.length(),
137 * and it must not point to a whitespace character. That is, must
139 * OUTPUT, the position after the last parsed character.
176 * parsed character. If the parse failed, it will be unchanged on