Home | History | Annotate | Download | only in i18n

Lines Matching full:character

81     #       character   [n]  target-state  [^push-state]  [function-name]
84 # character is either a single quoted character e.g. '['
85 # or a name of a character class, e.g. white_space
91 # First field, character class or literal character for this transition.
94 # We've got a quoted literal character.
98 # We've got the name of a character class.
101 print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
167 # Make hashes for the names of the character classes and
220 # Define one constant for each of the character classes encountered.
224 print "// Character classes for regex pattern scanning.\n";
239 # Normal character class. Fill in array with a ptr to the corresponding UnicodeSet in the state machine.
266 print " uint8_t fCharClass; // 0-127: an individual ASCII character\n";
267 print " // 128-255: character class index\n";