Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dinterpreter-irregexp.cc596 uc16 previous_char = '\n'; in Match() local
600 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in Match()
606 previous_char); in Match()
610 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in Match()
616 previous_char); in Match()
/external/libchrome/base/json/
Djson_parser.cc446 char previous_char = '\0'; in EatComment() local
450 if (previous_char == '*' && next_char == '/') { in EatComment()
457 previous_char = next_char; in EatComment()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc441 char previous_char = '\0'; in EatComment() local
445 if (previous_char == '*' && next_char == '/') { in EatComment()
452 previous_char = next_char; in EatComment()