Home
last modified time | relevance | path

Searched refs:uchars_ (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Ducharstrie.h65 : ownedArray_(NULL), uchars_(trieUChars), in UCharsTrie()
66 pos_(uchars_), remainingMatchLength_(-1) {} in UCharsTrie()
81 : ownedArray_(NULL), uchars_(other.uchars_), in UCharsTrie()
90 pos_=uchars_; in reset()
123 state.uchars=uchars_; in saveState()
140 if(uchars_==state.uchars && uchars_!=NULL) { in resetToState()
164 return nextImpl(uchars_, uchar); in first()
339 const UChar *uchars_; variable
370 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie()
371 pos_(uchars_), remainingMatchLength_(-1) {} in UCharsTrie()
[all …]
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp24 : uchars_(trieUChars), in Iterator()
25 pos_(uchars_), initialPos_(uchars_), in Iterator()
46 : uchars_(trie.uchars_), pos_(trie.pos_), initialPos_(trie.pos_), in Iterator()
112 pos=uchars_+stack_->elementAti(stackSize-2); in next()
188 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode); in branchNext()
201 stack_->addElement((int32_t)(pos-uchars_), errorCode); in branchNext()