OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxLength8
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
unisetspan.h
129
int32_t
maxLength8
;
146
return (UBool)(
maxLength8
!=0);
unisetspan.cpp
208
maxLength16(0),
maxLength8
(0),
245
if(length8>
maxLength8
) {
246
maxLength8
=length8;
251
maxLength16=
maxLength8
=0;
282
maxLength16=
maxLength8
=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE.
396
maxLength16(otherStringSpan.maxLength16),
maxLength8
(otherStringSpan.
maxLength8
),
413
maxLength16=
maxLength8
=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE.
[
all
...]
Completed in 165 milliseconds