Searched refs:expectIndex (Results 1 – 6 of 6) sorted by relevance
/external/chromium/third_party/icu/source/test/cintltst/ |
D | cnormtst.c | 1066 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; in _testIter() local 1092 expectIndex=srcIndexes[i+1]; in _testIter() 1094 inLength=expectIndex-prevIndex; in _testIter() 1117 expectIndex=srcIndexes[i]; in _testIter() 1118 in=src+expectIndex; in _testIter() 1119 inLength=prevIndex-expectIndex; in _testIter() 1142 if(expectIndex!=index) { in _testIter() 1144 forward, _modeString[mode], i, index, expectIndex); in _testIter()
|
/external/icu4c/test/cintltst/ |
D | cnormtst.c | 1065 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; in _testIter() local 1091 expectIndex=srcIndexes[i+1]; in _testIter() 1093 inLength=expectIndex-prevIndex; in _testIter() 1116 expectIndex=srcIndexes[i]; in _testIter() 1117 in=src+expectIndex; in _testIter() 1118 inLength=prevIndex-expectIndex; in _testIter() 1141 if(expectIndex!=index) { in _testIter() 1143 forward, _modeString[mode], i, index, expectIndex); in _testIter()
|
/external/icu4c/test/intltest/ |
D | tstnorm.cpp | 622 const int32_t *expectIndex, // its length=expectLength+1 in TestPreviousNext() argument 671 if(iter.getIndex()!=expectIndex[iter32.getIndex()]) { in TestPreviousNext() 678 name, history, iter.getIndex(), expectIndex[iter32.getIndex()]); in TestPreviousNext() 701 static const int32_t expectIndex[]={ in TestPreviousNext() local 748 expectIndex, in TestPreviousNext() 761 expectIndex, in TestPreviousNext()
|
D | tstnorm.h | 56 const int32_t *expectIndex, // its length=expectLength+1
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | tstnorm.cpp | 611 const int32_t *expectIndex, // its length=expectLength+1 in TestPreviousNext() argument 660 if(iter.getIndex()!=expectIndex[iter32.getIndex()]) { in TestPreviousNext() 667 name, history, iter.getIndex(), expectIndex[iter32.getIndex()]); in TestPreviousNext() 690 static const int32_t expectIndex[]={ in TestPreviousNext() local 737 expectIndex, in TestPreviousNext() 750 expectIndex, in TestPreviousNext()
|
D | tstnorm.h | 54 const int32_t *expectIndex, // its length=expectLength+1
|