Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducharstrie.h67 : ownedArray_(NULL), uchars_(trieUChars), in UCharsTrie()
68 pos_(uchars_), remainingMatchLength_(-1) {} in UCharsTrie()
83 : ownedArray_(NULL), uchars_(other.uchars_), in UCharsTrie()
92 pos_=uchars_; in reset()
125 state.uchars=uchars_; in saveState()
142 if(uchars_==state.uchars && uchars_!=NULL) { in resetToState()
166 return nextImpl(uchars_, uchar); in first()
341 const char16_t *uchars_; variable
372 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie()
373 pos_(uchars_), remainingMatchLength_(-1) {} in UCharsTrie()
[all …]
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp26 : uchars_(trieUChars), in Iterator()
27 pos_(uchars_), initialPos_(uchars_), in Iterator()
48 : uchars_(trie.uchars_), pos_(trie.pos_), initialPos_(trie.pos_), in Iterator()
114 pos=uchars_+stack_->elementAti(stackSize-2); in next()
190 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode); in branchNext()
203 stack_->addElement((int32_t)(pos-uchars_), errorCode); in branchNext()