Searched defs:expectIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnormtst.c1037 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; local
1063 expectIndex=srcIndexes[i+1];
1065 inLength=expectIndex-prevIndex;
1088 expectIndex=srcIndexes[i];
1089 in=src+expectIndex;
1090 inLength=prevIndex-expectIndex;
1113 if(expectIndex!=index) {
1115 forward, _modeString[mode], i, index, expectIndex);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp626 const int32_t *expectIndex, // its length=expectLength+1
675 if(iter.getIndex()!=expectIndex[iter32.getIndex()]) {
682 name, history, iter.getIndex(), expectIndex[iter32.getIndex()]);
705 static const int32_t expectIndex[]={ local
752 expectIndex,
765 expectIndex,
624 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) argument
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c1037 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; local
1063 expectIndex=srcIndexes[i+1];
1065 inLength=expectIndex-prevIndex;
1088 expectIndex=srcIndexes[i];
1089 in=src+expectIndex;
1090 inLength=prevIndex-expectIndex;
1113 if(expectIndex!=index) {
1115 forward, _modeString[mode], i, index, expectIndex);
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp626 const int32_t *expectIndex, // its length=expectLength+1
675 if(iter.getIndex()!=expectIndex[iter32.getIndex()]) {
682 name, history, iter.getIndex(), expectIndex[iter32.getIndex()]);
705 static const int32_t expectIndex[]={ local
752 expectIndex,
765 expectIndex,
624 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) argument

Completed in 167 milliseconds