Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderRunsOnly.java27 int noroundtrip[]; field in TestReorderRunsOnly.TestCase
32 this.noroundtrip = nrd; in TestCase()
146 if ((option == 0) && (testCases[i].noroundtrip[level] > 0)) { in testReorderRunsOnly()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderRunsOnly.java30 int noroundtrip[]; field in TestReorderRunsOnly.TestCase
35 this.noroundtrip = nrd; in TestCase()
149 if ((option == 0) && (testCases[i].noroundtrip[level] > 0)) { in testReorderRunsOnly()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4149 const char noroundtrip[2]; in testReorderRunsOnly() member
4227 if((option==0) && testCases[i].noroundtrip[level]) { in testReorderRunsOnly()