OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxLength_
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
bytestrieiterator.cpp
28
str_(NULL),
maxLength_
(maxStringLength), value_(0), stack_(NULL) {
50
str_(NULL),
maxLength_
(maxStringLength), value_(0), stack_(NULL) {
67
if(
maxLength_
>0 && length>
maxLength_
) {
68
length=
maxLength_
; // This will leave remainingMatchLength>=0 as a signal.
86
if(
maxLength_
>0 && length>
maxLength_
) {
87
length=
maxLength_
;
137
if(isFinal || (
maxLength_
>0 && str_->length()==
maxLength_
)) {
[
all
...]
ucharstrieiterator.cpp
28
maxLength_
(maxStringLength), value_(0), stack_(NULL) {
50
maxLength_
(maxStringLength), value_(0), stack_(NULL) {
66
if(
maxLength_
>0 && length>
maxLength_
) {
67
length=
maxLength_
; // This will leave remainingMatchLength>=0 as a signal.
85
if(
maxLength_
>0 && length>
maxLength_
) {
86
length=
maxLength_
;
145
if(isFinal || (
maxLength_
>0 && str_.length()==
maxLength_
)) {
[
all
...]
/external/icu4c/common/unicode/
bytestrie.h
329
int32_t
maxLength_
;
ucharstrie.h
359
int32_t
maxLength_
;
Completed in 259 milliseconds