Home | History | Annotate | Download | only in editing

Lines Matching refs:TextIteratorBehavior

264 TextIterator::TextIterator(const Range* r, TextIteratorBehavior behavior)
1040 SimplifiedBackwardsTextIterator::SimplifiedBackwardsTextIterator(const Range* r, TextIteratorBehavior behavior)
1262 CharacterIterator::CharacterIterator(const Range* r, TextIteratorBehavior behavior)
1370 BackwardsCharacterIterator::BackwardsCharacterIterator(const Range* range, TextIteratorBehavior behavior)
2414 UChar* plainTextToMallocAllocatedBuffer(const Range* r, unsigned& bufferLength, bool isDisplayString, TextIteratorBehavior defaultBehavior)
2426 TextIteratorBehavior behavior = defaultBehavior;
2428 behavior = static_cast<TextIteratorBehavior>(behavior | TextIteratorEmitsTextsWithoutTranscoding);
2479 String plainText(const Range* r, TextIteratorBehavior defaultBehavior)