Home
last modified time | relevance | path

Searched refs:previous_char (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dinput.rs79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() functions
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() functions
114 (**self).previous_char(at) in previous_char()
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() functions
179 let c = self.previous_char(at); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
197 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
201 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char( functions
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumbermatcher.cc484 char32 previous_char; in ParseAndVerify() local
488 EncodingUtils::DecodeUTF8Char(previous_char_ptr, &previous_char); in ParseAndVerify()
491 if (IsInvalidPunctuationSymbol(previous_char) || in ParseAndVerify()
492 IsLatinLetter(previous_char)) { in ParseAndVerify()
/third_party/gn/src/base/json/
H A Djson_parser.cc283 char previous_char = '\0'; in EatComment() local
286 if (previous_char == '*' && c == '/') { in EatComment()
293 previous_char = *ConsumeChar(); in EatComment()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc1089 base::uc16 previous_char = '\n'; in MatchInternal() local
1098 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in MatchInternal()
1101 total_register_count, start_position, previous_char, in MatchInternal()
1107 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in MatchInternal()
1110 total_register_count, start_position, previous_char, in MatchInternal()

Completed in 5 milliseconds