Home
last modified time | relevance | path

Searched refs:previous_char (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Dinterpreter-irregexp.cc599 uc16 previous_char = '\n'; in Match() local
603 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in Match()
609 previous_char); in Match()
613 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in Match()
619 previous_char); in Match()
/external/libchrome/base/json/
Djson_parser.cc450 char previous_char = '\0'; in EatComment() local
454 if (previous_char == '*' && next_char == '/') { in EatComment()
461 previous_char = next_char; in EatComment()