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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBIAPITest.java388 doBoundaryTest(charIter1, testString1, bounds1);
392 doBoundaryTest(wordIter2, testString1, bounds2);
448 private void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { method in class:RBBIAPITest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIAPITest.java385 doBoundaryTest(charIter1, testString1, bounds1);
389 doBoundaryTest(wordIter2, testString1, bounds2);
445 private void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { method in class:RBBIAPITest
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp611 doBoundaryTest(*bi, testString1, bounds1);
638 doBoundaryTest(*bi, testString1, bounds1);
673 doBoundaryTest(*bi, testString1, bounds1);
873 doBoundaryTest(*bi, testString1, bounds1);
1444 void RBBIAPITest::doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries){ function in class:RBBIAPITest

Completed in 169 milliseconds