Lines Matching full:character
14 # state transitions that occur for each input character.
38 # | | |--- Transition to this state if the current input character matches the input
39 # | | character or char class in the left hand column. "pop" causes the next
43 # | character from the input only if 'n' appears here.
45 # |--- Character or named character classes to test for. If the current character being scanned
47 # The input character is tested sequentally, in the order written. The characters and
48 # character classes tested for do not need to be mutually exclusive. The first match wins.
102 # term. Eat through a single rule character, or a composite thing, which
238 # The current input character must be the $ that introduces the name.
260 # Within the RBBI parser, after finding the first character