Home | History | Annotate | Download | only in intltest

Lines Matching refs:brkitr

1926 void RBBITest::TBTest(BreakIterator* brkitr, int type, const char *locale, const char* escapedText, const int32_t *expectOffsets, int32_t expectOffsetsCount) {
1927 brkitr->setText( CharsToUnicodeString(escapedText) );
1931 while ( foundOffsetsCount < kMaxOffsetCount && (offset = brkitr->next()) != BreakIterator::DONE ) {
1945 offset = brkitr->previous();