Searched refs:expIndex (Results 1 – 8 of 8) sorted by relevance
178 for (int32_t expIndex = 0; expIndex < expLength; ++expIndex) { in checkEditsIter() local179 const EditChange &expect = expected[expIndex]; in checkEditsIter()180 UnicodeString msg = UnicodeString(name).append(u' ') + expIndex; in checkEditsIter()
42 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()
105 int32_t expIndex; variable
1066 toSort[i]->expIndex = toSort[i-1]->expIndex; in detectExpansions()1231 toSort[i]->expIndex = j; in detectExpansions()1276 j = toSort[i]->expIndex; in detectExpansions()
1006 current->expIndex = k; in detectExpansions()
911 for (int expIndex = 0; expIndex < expected.length; ++expIndex) { in checkEditsIter()912 EditChange expect = expected[expIndex]; in checkEditsIter()913 String msg = name + ' ' + expIndex; in checkEditsIter()
994 for (int expIndex = 0; expIndex < expected.length; ++expIndex) { in checkEditsIter()995 EditChange expect = expected[expIndex]; in checkEditsIter()996 String msg = name + ' ' + expIndex; in checkEditsIter()
178 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1; in TestNormCases() local202 assertEqual(result, cases[x][expIndex], x); in TestNormCases()209 assertEqual(result, cases[x][expIndex], x); in TestNormCases()