Lines Matching refs:firstPos
335 text->firstPos = (int)pos;
367 int length, firstPos;
382 text.firstPos = u_text_p->firstPos;
388 * WARNING! u_text->firstPos and length are in units of CHAR,
392 text.firstPos = 0;
398 &u_text_p->ptr[u_text_p->firstPos],
459 firstPos = text.firstPos;
491 (void)wcsncpy(ptr, wptr + firstPos, (size_t)fill);
494 firstPos += fill;
721 wtarget = &(((wchar_t*)text->ptr) [text->firstPos]);
724 wtarget = _XawTextMBToWC(d, &text->ptr[text->firstPos], &wtarget_len);
728 holds an accurate count of those characters, and that firstPos has been