Searched defs:brkitr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp2306 void RBBITest::TBTest(BreakIterator* brkitr, int type, const char *locale, const char* escapedText, const int32_t *expectOffsets, int32_t expectOffsetsCount) { argument
2307 brkitr->setText( CharsToUnicodeString(escapedText) );
2311 while ( foundOffsetsCount < kMaxOffsetCount && (offset = brkitr->next()) != BreakIterator::DONE ) {
2325 offset = brkitr->previous();

Completed in 132 milliseconds