Lines Matching full:character
75 // Dispatch after looking the current character up in a 2-bits-per-entry
78 // Bitwise and the current character with the given constant and then
85 // Check the current character for a match with a literal string. If we
101 // Check the current character for a match with a literal character. If we
109 // Subtract a constant from the current character, then or with the given
120 // the end of the string. May overwrite the current character.
124 // Check whether a standard/default character class matches the current
125 // character. Returns false if the type of special character class does
127 // May clobber the current loaded character.
221 // Byte map of ASCII characters with a 0xff if the character is a word
222 // character (digit, letter or underscore) and 0x00 otherwise.