Home | History | Annotate | Download | only in break

Lines Matching refs:BreakIterator

32 void printTextRange( BreakIterator& iterator, 
51 void printEachForward( BreakIterator& boundary)
55 end != BreakIterator::DONE;
63 void printEachBackward( BreakIterator& boundary)
67 start != BreakIterator::DONE;
75 void printFirst(BreakIterator& boundary)
83 void printLast(BreakIterator& boundary)
91 void printAt(BreakIterator &boundary, int32_t pos )
103 BreakIterator* boundary;
111 boundary = BreakIterator::createSentenceInstance(
129 boundary = BreakIterator::createWordInstance(