Searched refs:expectedCount (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/test/intltest/
H A Dsvccoll.h35 int32_t expectedCount);
H A Dsvccoll.cpp470 * @param expectedCount number of elements of expected, or 0
475 int32_t expectedCount) {
477 U_ASSERT(expectedCount >= 0 && expectedCount < 31); // [sic] 31 not 32
490 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
519 if (((1<<expectedCount)-1) != seenMask) {
520 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
472 checkStringEnumeration(const char* msg, StringEnumeration& iter, const char** expected, int32_t expectedCount) argument
H A Drbbitst.cpp4362 int expectedCount = 0; local
4423 expectedCount = 0;
4433 U_ASSERT(expectedCount<testText.length());
4434 expected[expectedCount ++] = breakPos;
4577 printStringBreaks(testText, expected, expectedCount);
/external/easymock/src/org/easymock/internal/
H A DRange.java74 public String expectedCount() { method in class:Range
H A DResults.java68 return getMainInterval().expectedCount();
/external/webkit/JavaScriptCore/API/tests/
H A Dtestapi.c1103 size_t expectedCount = JSPropertyNameArrayGetCount(nameArray); local
1105 for (count = 0; count < expectedCount; ++count)
/external/icu4c/test/cintltst/
H A Dcmsccoll.c4358 * @param expectedCount number of elements of expected, or 0
4363 int32_t expectedCount) {
4368 U_ASSERT(expectedCount >= 0 && expectedCount < 31); /* [sic] 31 not 32 */
4378 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
4389 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
4360 checkUEnumeration(const char* msg, UEnumeration* iter, const char** expected, int32_t expectedCount) argument

Completed in 100 milliseconds