Home
last modified time | relevance | path

Searched refs:countRoundtrips (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestInverse.java27 private int countRoundtrips = 0; field in TestInverse
62 logln("inverse Bidi: rountrips: " + countRoundtrips + in testInverse()
180 ++countRoundtrips; in _testInverseBidi()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestInverse.java30 private int countRoundtrips = 0; field in TestInverse
65 logln("inverse Bidi: rountrips: " + countRoundtrips + in testInverse()
183 ++countRoundtrips; in _testInverseBidi()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c2171 static int countRoundtrips=0, countNonRoundtrips=0; variable
2225 …log_verbose("inverse Bidi: rountrips: %5u\nnon-roundtrips: %5u\n", countRoundtrips, countNonRoundt… in testInverse()
2341 ++countRoundtrips; in _testInverseBidi()