Searched defs:expectCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp2859 int32_t expectCount) {
2926 // (The loop inverts spanCondition (expectCount-1) times
2927 // before the expectCount'th span() call.)
2929 // expectCount and just start with firstSpanCondition.
2930 if(!isForward && (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) {
3047 * The expectLimits[] are either provided by the caller (with expectCount>=0)
3048 * or returned to the caller (with an input expectCount<0).
3053 int32_t expectLimits[], int32_t &expectCount,
3079 limits, LENGTHOF(limits), expectCount);
3086 if(expectCount<
2854 getSpans(const UnicodeSetWithStrings &set, UBool isComplement, const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int type, const char *&typeName, int32_t limits[], int32_t limitsCapacity, int32_t expectCount) argument
3050 testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int32_t expectLimits[], int32_t &expectCount, const char *testName, int32_t index) argument
3156 int32_t expectCount=-1; local
3195 int32_t expectCount; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2859 int32_t expectCount) {
2926 // (The loop inverts spanCondition (expectCount-1) times
2927 // before the expectCount'th span() call.)
2929 // expectCount and just start with firstSpanCondition.
2930 if(!isForward && (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) {
3047 * The expectLimits[] are either provided by the caller (with expectCount>=0)
3048 * or returned to the caller (with an input expectCount<0).
3053 int32_t expectLimits[], int32_t &expectCount,
3079 limits, LENGTHOF(limits), expectCount);
3086 if(expectCount<
2854 getSpans(const UnicodeSetWithStrings &set, UBool isComplement, const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int type, const char *&typeName, int32_t limits[], int32_t limitsCapacity, int32_t expectCount) argument
3050 testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int32_t expectLimits[], int32_t &expectCount, const char *testName, int32_t index) argument
3156 int32_t expectCount=-1; local
3195 int32_t expectCount; local
[all...]

Completed in 152 milliseconds