Lines Matching refs:firstPos
266 text->firstPos = pos;
291 int length, firstPos;
306 text.firstPos = u_text_p->firstPos;
312 /* WARNING! u_text->firstPos and length are in units of CHAR, not CHARACTERS! */
315 text.firstPos = 0;
319 &(u_text_p->ptr[u_text_p->firstPos]), &(text.length) );
385 firstPos = text.firstPos;
419 (void)wcsncpy(ptr, wptr + firstPos, fill);
422 firstPos += fill;
634 wtarget = &( ((wchar_t*)text->ptr) [text->firstPos] );
638 wtarget = _XawTextMBToWC( d, &text->ptr[ text->firstPos ], &wtarget_len );
642 holds an accurate count of those characters, and that firstPos has been