Searched refs:previous_char (Results 1 – 2 of 2) sorted by relevance
599 uc16 previous_char = '\n'; in Match() local603 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()
450 char previous_char = '\0'; in EatComment() local454 if (previous_char == '*' && next_char == '/') { in EatComment()461 previous_char = next_char; in EatComment()