Lines Matching refs:BreakIterator
25 void printTextRange( BreakIterator& iterator,
44 void printEachForward( BreakIterator& boundary)
48 end != BreakIterator::DONE;
56 void printEachBackward( BreakIterator& boundary)
60 start != BreakIterator::DONE;
68 void printFirst(BreakIterator& boundary)
76 void printLast(BreakIterator& boundary)
84 void printAt(BreakIterator &boundary, int32_t pos )
96 BreakIterator* boundary;
104 boundary = BreakIterator::createSentenceInstance(
122 boundary = BreakIterator::createWordInstance(