Home
last modified time | relevance | path

Searched refs:expIndex (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtestutil.cpp178 for (int32_t expIndex = 0; expIndex < expLength; ++expIndex) { in checkEditsIter() local
179 const EditChange &expect = expected[expIndex]; in checkEditsIter()
180 UnicodeString msg = UnicodeString(name).append(u' ') + expIndex; in checkEditsIter()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java895 for (int expIndex = 0; expIndex < expected.length; ++expIndex) { in checkEditsIter()
896 EditChange expect = expected[expIndex]; in checkEditsIter()
897 String msg = name + ' ' + expIndex; in checkEditsIter()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterCaseTest.java898 for (int expIndex = 0; expIndex < expected.length; ++expIndex) { in checkEditsIter()
899 EditChange expect = expected[expIndex]; in checkEditsIter()
900 String msg = name + ' ' + expIndex; in checkEditsIter()
/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c175 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1; in TestNormCases() local
199 assertEqual(result, cases[x][expIndex], x); in TestNormCases()
206 assertEqual(result, cases[x][expIndex], x); in TestNormCases()