Home | History | Annotate | Download | only in cintltst

Lines Matching full:expectedcount

4459  * @param expectedCount number of elements of expected, or 0
4464 int32_t expectedCount) {
4469 U_ASSERT(expectedCount >= 0 && expectedCount < 31); /* [sic] 31 not 32 */
4479 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
4490 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {