Lines Matching full:character
80 // Dispatch after looking the current character up in a 2-bits-per-entry
83 // Bitwise and the current character with the given constant and then
95 // Check the current character for a match with a literal character. If we
103 // Subtract a constant from the current character, then and with the given
116 // The current character (modulus the kTableSize) is looked up in the byte
121 // the end of the string. May overwrite the current character.
125 // Check whether a standard/default character class matches the current
126 // character. Returns false if the type of special character class does
128 // May clobber the current loaded character.
236 // Byte map of one byte characters with a 0xff if the character is a word
237 // character (digit, letter or underscore) and 0x00 otherwise.