• Home
  • Raw
  • Download

Lines Matching refs:punctuation

2319 int IncludeWriter::lookupMethod(const PunctuationState punctuation, const Word word,  in lookupMethod()  argument
2326 const int wordEnd = PunctuationState::kDelimiter == punctuation || in lookupMethod()
2327 PunctuationState::kParen == punctuation || in lookupMethod()
2328 PunctuationState::kPeriod == punctuation ? run - 1 : run; in lookupMethod()
2360 int IncludeWriter::lookupReference(const PunctuationState punctuation, const Word word, in lookupReference() argument
2362 const int end = PunctuationState::kDelimiter == punctuation || in lookupReference()
2363 PunctuationState::kParen == punctuation || in lookupReference()
2364 PunctuationState::kPeriod == punctuation ? run - 1 : run; in lookupReference()
2409 PunctuationState punctuation = Phrase::kNo == phrase ? in rewriteBlock() local
2460 lastWrite = this->lookupReference(punctuation, word, start, run, in rewriteBlock()
2465 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, in rewriteBlock()
2472 punctuation = PunctuationState::kPeriod == punctuation || in rewriteBlock()
2473 (PunctuationState::kStart == punctuation && ' ' >= last) ? in rewriteBlock()
2487 punctuation = PunctuationState::kDelimiter; in rewriteBlock()
2492 if (PunctuationState::kDelimiter == punctuation || in rewriteBlock()
2493 PunctuationState::kPeriod == punctuation) { in rewriteBlock()
2496 punctuation = '.' == c ? PunctuationState::kPeriod : in rewriteBlock()
2519 punctuation = PunctuationState::kParen; in rewriteBlock()
2554 word = PunctuationState::kStart == punctuation ? Word::kFirst : Word::kCap; in rewriteBlock()
2575 if (PunctuationState::kPeriod == punctuation || in rewriteBlock()
2576 PunctuationState::kDelimiter == punctuation) { in rewriteBlock()
2605 punctuation = PunctuationState::kStart; in rewriteBlock()
2611 word = PunctuationState::kStart == punctuation ? Word::kFirst : Word::kCap; in rewriteBlock()
2623 lastWrite = this->lookupReference(punctuation, word, start, run, lastWrite, last, data); in rewriteBlock()
2625 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, lastWrite, data, in rewriteBlock()