HomeSort by relevance Sort by last modified time
    Searched defs:remainingMatchLength_ (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/unicode/
bytestrie.h 66 pos_(bytes_), remainingMatchLength_(-1) {}
82 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {}
91 remainingMatchLength_=-1;
125 state.remainingMatchLength=remainingMatchLength_;
142 remainingMatchLength_=state.remainingMatchLength;
164 remainingMatchLength_=-1;
225 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue);
324 int32_t remainingMatchLength_;
354 pos_(bytes_), remainingMatchLength_(-1) {
    [all...]
ucharstrie.h 66 pos_(uchars_), remainingMatchLength_(-1) {}
82 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {}
91 remainingMatchLength_=-1;
125 state.remainingMatchLength=remainingMatchLength_;
142 remainingMatchLength_=state.remainingMatchLength;
163 remainingMatchLength_=-1;
240 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue);
342 int32_t remainingMatchLength_;
371 pos_(uchars_), remainingMatchLength_(-1) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 242 milliseconds