Home | History | Annotate | Download | only in unicode

Lines Matching full:uchars_

65             : ownedArray_(NULL), uchars_(trieUChars),
66 pos_(uchars_), remainingMatchLength_(-1) {}
81 : ownedArray_(NULL), uchars_(other.uchars_),
90 pos_=uchars_;
123 state.uchars=uchars_;
140 if(uchars_==state.uchars && uchars_!=NULL) {
164 return nextImpl(uchars_, uchar);
339 const UChar *uchars_;
352 // The first integer is an offset from uchars_.
370 : ownedArray_(adoptUChars), uchars_(trieUChars),
371 pos_(uchars_), remainingMatchLength_(-1) {}
564 const UChar *uchars_;