Searched refs:maxLength16 (Results 1 – 4 of 4) sorted by relevance
67 private int maxLength16; field in UnicodeSetStringSpan117 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) { in UnicodeSetStringSpan()118 maxLength16 = length16; in UnicodeSetStringSpan()210 maxLength16 = otherStringSpan.maxLength16; in UnicodeSetStringSpan()386 initSize = maxLength16; in spanWithStrings()596 offsets.setMaxLength(maxLength16); in spanContainedAndCount()655 initSize = maxLength16; in spanBack()
71 private int maxLength16; field in UnicodeSetStringSpan121 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) { in UnicodeSetStringSpan()122 maxLength16 = length16; in UnicodeSetStringSpan()214 maxLength16 = otherStringSpan.maxLength16; in UnicodeSetStringSpan()390 initSize = maxLength16; in spanWithStrings()600 offsets.setMaxLength(maxLength16); in spanContainedAndCount()659 initSize = maxLength16; in spanBack()
128 int32_t maxLength16; variable142 return (UBool)(maxLength16!=0); in needsStringSpanUTF16()
208 maxLength16(0), maxLength8(0), in UnicodeSetStringSpan()239 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan()240 maxLength16=length16; in UnicodeSetStringSpan()251 maxLength16=maxLength8=0; in UnicodeSetStringSpan()282 … maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE. in UnicodeSetStringSpan()396 maxLength16(otherStringSpan.maxLength16), maxLength8(otherStringSpan.maxLength8), in UnicodeSetStringSpan()413 … maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE. in UnicodeSetStringSpan()645 offsets.setMaxLength(maxLength16); in span()806 offsets.setMaxLength(maxLength16); in spanBack()