Home | History | Annotate | Download | only in cintltst

Lines Matching refs:expectedLength

2720     int32_t expectedLength;
2721 char dest[20]; /* longer than longest expectedLength */
2752 expectedLength=6;
2756 expectedLength=16;
2764 &target, dest+expectedLength,
2769 target!=dest+expectedLength || 0!=uprv_memcmp(dest, expected, expectedLength) ||
2770 dest[expectedLength]!=9