Home | History | Annotate | Download | only in cintltst

Lines Matching defs:expectedLength

2674     int32_t expectedLength;
2675 char dest[20]; /* longer than longest expectedLength */
2706 expectedLength=6;
2710 expectedLength=16;
2718 &target, dest+expectedLength,
2723 target!=dest+expectedLength || 0!=uprv_memcmp(dest, expected, expectedLength) ||
2724 dest[expectedLength]!=9