Home
last modified time | relevance | path

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

/third_party/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()
/third_party/icu/tools/colprobe/
Dline.cpp42 expIndex = 0; in init()
115 expIndex = other.expIndex; in operator =()
580 sprintf(buff+resLen, "%08X", expIndex); in write()
643 sscanf(buff+bufIndex, "%08X", &expIndex); in initFromString()
Dline.h105 int32_t expIndex; variable
Dsortedlines.cpp1066 toSort[i]->expIndex = toSort[i-1]->expIndex; in detectExpansions()
1231 toSort[i]->expIndex = j; in detectExpansions()
1276 j = toSort[i]->expIndex; in detectExpansions()
Dcolprobe.cpp1006 current->expIndex = k; in detectExpansions()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterCaseTest.java911 for (int expIndex = 0; expIndex < expected.length; ++expIndex) { in checkEditsIter()
912 EditChange expect = expected[expIndex]; in checkEditsIter()
913 String msg = name + ' ' + expIndex; in checkEditsIter()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java994 for (int expIndex = 0; expIndex < expected.length; ++expIndex) { in checkEditsIter()
995 EditChange expect = expected[expIndex]; in checkEditsIter()
996 String msg = name + ' ' + expIndex; in checkEditsIter()
/third_party/icu/icu4c/source/test/cintltst/
Dcnormtst.c178 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1; in TestNormCases() local
202 assertEqual(result, cases[x][expIndex], x); in TestNormCases()
209 assertEqual(result, cases[x][expIndex], x); in TestNormCases()