Searched refs:PunctuationState (Results 1 – 2 of 2) sorted by relevance
28 enum class PunctuationState { enum166 int lookupMethod(const PunctuationState punctuation, const Word word,169 int lookupReference(const PunctuationState punctuation, const Word word,
2320 int IncludeWriter::lookupMethod(const PunctuationState punctuation, const Word word, in lookupMethod()2327 const int wordEnd = PunctuationState::kDelimiter == punctuation || in lookupMethod()2328 PunctuationState::kParen == punctuation || in lookupMethod()2329 PunctuationState::kPeriod == punctuation ? run - 1 : run; in lookupMethod()2361 int IncludeWriter::lookupReference(const PunctuationState punctuation, const Word word, in lookupReference()2363 const int end = PunctuationState::kDelimiter == punctuation || in lookupReference()2364 PunctuationState::kParen == punctuation || in lookupReference()2365 PunctuationState::kPeriod == punctuation ? run - 1 : run; in lookupReference()2410 PunctuationState punctuation = Phrase::kNo == phrase ? in rewriteBlock()2411 PunctuationState::kStart : PunctuationState::kSpace; in rewriteBlock()[all …]