Searched refs:previous_char (Results 1 – 3 of 3) sorted by relevance
285 char previous_char = '\0'; in EatComment() local288 if (previous_char == '*' && c == '/') { in EatComment()295 previous_char = *ConsumeChar(); in EatComment()
1083 uc16 previous_char = '\n'; in MatchInternal() local1087 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in MatchInternal()1090 total_register_count, start_position, previous_char, in MatchInternal()1095 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in MatchInternal()1098 total_register_count, start_position, previous_char, in MatchInternal()
1016 wchar_t previous_char = GetChar(pos - 1); in GetIndexForPoint() local1017 if (previous_char == L' ' || previous_char == L'\n' || in GetIndexForPoint()1018 previous_char == L'\r') { in GetIndexForPoint()