Searched refs:expectLimits (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.h169 int32_t expectLimits[], int32_t &expectCount,
H A Dusettest.cpp3047 * The expectLimits[] are either provided by the caller (with expectCount>=0)
3053 int32_t expectLimits[], int32_t &expectCount,
3093 memcpy(expectLimits, limits, limitsCount*4);
3099 if(limits[j]!=expectLimits[j]) {
3102 j, (long)limits[j], (long)expectLimits[j]);
3111 // but only if we have expectLimits[] from the uncomplemented set.
3117 limit=expectLimits[i];
3155 int32_t expectLimits[500]; local
3157 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index);
3194 int32_t expectLimits[50 local
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
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.h169 int32_t expectLimits[], int32_t &expectCount,
H A Dusettest.cpp3047 * The expectLimits[] are either provided by the caller (with expectCount>=0)
3053 int32_t expectLimits[], int32_t &expectCount,
3093 memcpy(expectLimits, limits, limitsCount*4);
3099 if(limits[j]!=expectLimits[j]) {
3102 j, (long)limits[j], (long)expectLimits[j]);
3111 // but only if we have expectLimits[] from the uncomplemented set.
3117 limit=expectLimits[i];
3155 int32_t expectLimits[500]; local
3157 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index);
3194 int32_t expectLimits[50 local
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
[all...]

Completed in 145 milliseconds