OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remainingMatchLength_
(Results
1 - 2
of
2
) 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;
252
return pos!=NULL && findUniqueValue(pos+
remainingMatchLength_
+1, FALSE, uniqueValue);
354
int32_t
remainingMatchLength_
;
383
pos_(uchars_),
remainingMatchLength_
(-1) {
[
all
...]
Completed in 47 milliseconds