Lines Matching defs:length
141 const void *p, int32_t width, int32_t length,
173 fprintf(f, prefix, (long)length);
175 for(i=col=0; i<length; ++i, ++col) {
403 usrc_writeStringAsASCII(f, str.getBuffer(), str.length(), syntax);
445 const char *p, int32_t length,
451 fprintf(f, prefix, (long)length);
454 for(i=col=0; i<length; ++i, ++col) {
483 const UChar* ptr, int32_t length,
489 while (i < length) {
490 U16_NEXT(ptr, i, length, cp);