Searched refs:previous_char (Results 1 – 3 of 3) sorted by relevance
596 uc16 previous_char = '\n'; in Match() local600 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()
446 char previous_char = '\0'; in EatComment() local450 if (previous_char == '*' && next_char == '/') { in EatComment()457 previous_char = next_char; in EatComment()
441 char previous_char = '\0'; in EatComment() local445 if (previous_char == '*' && next_char == '/') { in EatComment()452 previous_char = next_char; in EatComment()