Searched refs:brkit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperf.cpp46 // brkit = BreakIterator::createSentenceInstance(opt_locale, status);
65 brkit->setText(text);
66 brkit->first();
70 while(brkit->next() != BreakIterator::DONE) {
79 brkit->first();
80 while(brkit->next() != BreakIterator::DONE) {
H A Dubrkperfold.cpp162 BreakIterator *brkit = NULL; variable
190 // brkit = BreakIterator::createSentenceInstance(opt_locale, status);
204 brkit = BreakIterator::createCharacterInstance(opt_locale, status);
206 brkit = BreakIterator::createWordInstance(opt_locale, status);
208 brkit = BreakIterator::createLineInstance(opt_locale, status);
210 brkit = BreakIterator::createSentenceInstance(opt_locale, status);
213 brkit = BreakIterator::createCharacterInstance(opt_locale, status);
289 brkit->setText(UnicodeString(text, textSize));
290 brkit->first();
295 while((j = brkit
[all...]
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp46 // brkit = BreakIterator::createSentenceInstance(opt_locale, status);
65 brkit->setText(text);
66 brkit->first();
70 while(brkit->next() != BreakIterator::DONE) {
79 brkit->first();
80 while(brkit->next() != BreakIterator::DONE) {
H A Dubrkperfold.cpp162 BreakIterator *brkit = NULL; variable
190 // brkit = BreakIterator::createSentenceInstance(opt_locale, status);
204 brkit = BreakIterator::createCharacterInstance(opt_locale, status);
206 brkit = BreakIterator::createWordInstance(opt_locale, status);
208 brkit = BreakIterator::createLineInstance(opt_locale, status);
210 brkit = BreakIterator::createSentenceInstance(opt_locale, status);
213 brkit = BreakIterator::createCharacterInstance(opt_locale, status);
289 brkit->setText(UnicodeString(text, textSize));
290 brkit->first();
295 while((j = brkit
[all...]

Completed in 151 milliseconds