Lines Matching refs:endPos
276 * startPos, endPos - ends of text that will be removed.
283 ReplaceText( w, startPos, endPos, u_text_p)
285 XawTextPosition startPos, endPos;
334 end_piece = FindPiece(src, endPos, &end_first);
352 end_piece->used -= endPos - end_first;
354 MyWStrncpy(end_piece->text, (end_piece->text + endPos - end_first),
358 if ( (start_piece->used -= endPos - startPos) == 0) {
364 start_piece->text + (endPos - start_first),
367 ((src->multi_src.length - (endPos - startPos)) <
369 start_piece->text[src->multi_src.length - (endPos - startPos)] = (wchar_t)0;
373 src->multi_src.length += text.length -(endPos - startPos);