Home
last modified time | relevance | path

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

/external/v8/src/
Dinterpreter-irregexp.cc585 uc16 previous_char = '\n'; in Match() local
589 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in Match()
595 previous_char); in Match()
599 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in Match()
605 previous_char); in Match()