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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.h93 void doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries);
H A Drbbiapts.cpp605 doBoundaryTest(*bi, testString1, bounds1);
632 doBoundaryTest(*bi, testString1, bounds1);
667 doBoundaryTest(*bi, testString1, bounds1);
868 doBoundaryTest(*bi, testString1, bounds1);
1142 void RBBIAPITest::doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries){ function in class:RBBIAPITest
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.h96 void doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries);
H A Drbbiapts.cpp608 doBoundaryTest(*bi, testString1, bounds1);
635 doBoundaryTest(*bi, testString1, bounds1);
670 doBoundaryTest(*bi, testString1, bounds1);
870 doBoundaryTest(*bi, testString1, bounds1);
1444 void RBBIAPITest::doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries){ function in class:RBBIAPITest

Completed in 94 milliseconds