HomeSort by relevance Sort by last modified time
    Searched refs:maxLength16 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/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/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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 108 milliseconds