Home
last modified time | relevance | path

Searched defs:previous_char (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/regex/src/
Dinput.rs79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
/third_party/gn/src/base/json/
Djson_parser.cc283 char previous_char = '\0'; in EatComment() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc484 char32 previous_char; in ParseAndVerify() local
/third_party/node/deps/v8/src/regexp/
Dregexp-interpreter.cc1089 base::uc16 previous_char = '\n'; in MatchInternal() local