Lines Matching defs:character
45 void AddCharacter(base::uc16 character);
46 void AddUnicodeCharacter(base::uc32 character);
47 void AddEscapedUnicodeCharacter(base::uc32 character);
225 // false and pass parsed single character through |char_out|.
235 // Parses and returns a single escaped character.
436 // Advance so that position() points to 1-after-the-last-character. This is
953 // noncapturing parentheses and can skip character classes and backslash-escaped
965 // When we start inside a character class, skip everything inside the class.
1081 // the first candidate character for a function (e.g. when entering ParseFoo,
1082 // `current` should point at the first character of Foo).
1509 // Leave the list of character ranges empty, since the negation of 'Any'
1769 // Inside a character class, we also accept digits and underscore as
1779 // character instead of as starting an escape.
1801 // to the specification) as a 1..3 digit octal character code.
1804 // With /u, decimal escape is not interpreted as octal character code.
1996 // Either end is an escaped character class. Treat the '-' verbatim.
2153 void RegExpBuilder::AddEscapedUnicodeCharacter(base::uc32 character) {
2157 AddUnicodeCharacter(character);
2165 // With /u, character class needs to be desugared, so it
2277 // Last atom was character.
2316 // Only call immediately after adding an atom or character!