Searched refs:expIndex (Results 1 – 4 of 4) 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()
895 for (int expIndex = 0; expIndex < expected.length; ++expIndex) { in checkEditsIter()896 EditChange expect = expected[expIndex]; in checkEditsIter()897 String msg = name + ' ' + expIndex; in checkEditsIter()
898 for (int expIndex = 0; expIndex < expected.length; ++expIndex) { in checkEditsIter()899 EditChange expect = expected[expIndex]; in checkEditsIter()900 String msg = name + ' ' + expIndex; in checkEditsIter()
175 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1; in TestNormCases() local199 assertEqual(result, cases[x][expIndex], x); in TestNormCases()206 assertEqual(result, cases[x][expIndex], x); in TestNormCases()