• Home
  • Raw
  • Download

Lines Matching refs:punctuation

2320 int IncludeWriter::lookupMethod(const PunctuationState punctuation, const Word word,  in lookupMethod()  argument
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() argument
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() local
2461 lastWrite = this->lookupReference(punctuation, word, start, run, in rewriteBlock()
2466 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, in rewriteBlock()
2473 punctuation = PunctuationState::kPeriod == punctuation || in rewriteBlock()
2474 (PunctuationState::kStart == punctuation && ' ' >= last) ? in rewriteBlock()
2488 punctuation = PunctuationState::kDelimiter; in rewriteBlock()
2493 if (PunctuationState::kDelimiter == punctuation || in rewriteBlock()
2494 PunctuationState::kPeriod == punctuation) { in rewriteBlock()
2497 punctuation = '.' == c ? PunctuationState::kPeriod : in rewriteBlock()
2520 punctuation = PunctuationState::kParen; in rewriteBlock()
2555 word = PunctuationState::kStart == punctuation ? Word::kFirst : Word::kCap; in rewriteBlock()
2576 if (PunctuationState::kPeriod == punctuation || in rewriteBlock()
2577 PunctuationState::kDelimiter == punctuation) { in rewriteBlock()
2606 punctuation = PunctuationState::kStart; in rewriteBlock()
2612 word = PunctuationState::kStart == punctuation ? Word::kFirst : Word::kCap; in rewriteBlock()
2624 lastWrite = this->lookupReference(punctuation, word, start, run, lastWrite, last, data); in rewriteBlock()
2626 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, lastWrite, data, in rewriteBlock()