Home | History | Annotate | Download | only in common

Lines Matching refs:pos_

25           pos_(uchars_), initialPos_(uchars_),
46 : uchars_(trie.uchars_), pos_(trie.pos_), initialPos_(trie.pos_),
69 str_.append(pos_, length);
70 pos_+=length;
81 pos_=initialPos_;
89 pos_+=length;
96 UCharsTrie::Iterator::hasNext() const { return pos_!=NULL || !stack_->isEmpty(); }
103 const UChar *pos=pos_;
146 pos_=NULL;
151 // Instead, keep pos_ on the node lead unit itself.
152 pos_=pos-1;
205 pos_=NULL;