OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxLength16
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
unisetspan.h
128
int32_t
maxLength16
;
142
return (UBool)(
maxLength16
!=0);
unisetspan.cpp
208
maxLength16
(0), maxLength8(0),
239
if((which&UTF16) && length16>
maxLength16
) {
240
maxLength16
=length16;
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.
645
offsets.setMaxLength(
maxLength16
);
806
offsets.setMaxLength(
maxLength16
);
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java
71
private int
maxLength16
;
121
if (/* (0 != (which & UTF16)) && */ length16 >
maxLength16
) {
122
maxLength16
= length16;
214
maxLength16
= otherStringSpan.
maxLength16
;
390
initSize =
maxLength16
;
600
offsets.setMaxLength(
maxLength16
);
659
initSize =
maxLength16
;
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java
67
private int
maxLength16
;
117
if (/* (0 != (which & UTF16)) && */ length16 >
maxLength16
) {
118
maxLength16
= length16;
210
maxLength16
= otherStringSpan.
maxLength16
;
386
initSize =
maxLength16
;
596
offsets.setMaxLength(
maxLength16
);
655
initSize =
maxLength16
;
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 491 milliseconds