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

/frameworks/base/core/tests/coretests/src/android/text/method/
H A DWordIteratorTest.java40 private void verifyIsWordWithSurrogate(int beginning, int end, int surrogateIndex) { method in class:WordIteratorTest
53 verifyIsWordWithSurrogate(beginning, end, -1);
131 verifyIsWordWithSurrogate(4, 11, 7);
138 verifyIsWordWithSurrogate(4, 9, 5);
145 verifyIsWordWithSurrogate(4, 9, 8);

Completed in 111 milliseconds