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

/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);
1470 void RBBIAPITest::doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries){ function in class:RBBIAPITest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIAPITest.java374 doBoundaryTest(charIter1, testString1, bounds1);
378 doBoundaryTest(wordIter2, testString1, bounds2);
421 public void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { method in class:RBBIAPITest

Completed in 76 milliseconds