Home | History | Annotate | Download | only in cintltst

Lines Matching defs:expectedLength

2679     int32_t expectedLength;
2680 char dest[20]; /* longer than longest expectedLength */
2711 expectedLength=6;
2715 expectedLength=16;
2723 &target, dest+expectedLength,
2728 target!=dest+expectedLength || 0!=uprv_memcmp(dest, expected, expectedLength) ||
2729 dest[expectedLength]!=9