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.java28 int noroundtrip[]; field in TestReorderRunsOnly.TestCase
33 this.noroundtrip = nrd; in TestCase()
147 if ((option == 0) && (testCases[i].noroundtrip[level] > 0)) { in testReorderRunsOnly()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4144 const char noroundtrip[2]; in testReorderRunsOnly() member
4222 if((option==0) && testCases[i].noroundtrip[level]) { in testReorderRunsOnly()