Lines Matching defs:length
167 * length - maximum number of characters to read.
173 Read(w, pos, text, length)
177 int length;
260 * RETURNED value, length - the return value that has been converted.
268 ConvertSelection(w, selection, target, type, value, length, format)
272 unsigned long * length;
351 * length - maximum number of characters to read.
358 int length)
360 XawTextSourceRead(w, pos, text, length)
364 int length;
374 return((*class->textSrc_class.Read)(w, pos, text, length));
498 * RETURNED value, length - the return value that has been converted.
508 unsigned long *length, int *format)
511 target, type, value, length, format)
515 unsigned long * length;
527 value, length, format));
588 * As In, length of source wchar string, measured in wchar.
589 * As Out, length of returned string.
619 * As In, it is length of source string.
620 * As Out, it is length of returned string, measured in wchar.