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

  /external/chromium/third_party/icu/source/common/
unisetspan.h 128 int32_t maxLength16;
142 return (UBool)(maxLength16!=0);
unisetspan.cpp 206 maxLength16(0), maxLength8(0),
237 if((which&UTF16) && length16>maxLength16) {
238 maxLength16=length16;
249 maxLength16=maxLength8=0;
280 maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE.
394 maxLength16(otherStringSpan.maxLength16), maxLength8(otherStringSpan.maxLength8),
411 maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE.
643 offsets.setMaxLength(maxLength16);
804 offsets.setMaxLength(maxLength16);
    [all...]
  /external/icu4c/common/
unisetspan.h 128 int32_t maxLength16;
142 return (UBool)(maxLength16!=0);
unisetspan.cpp 206 maxLength16(0), maxLength8(0),
237 if((which&UTF16) && length16>maxLength16) {
238 maxLength16=length16;
249 maxLength16=maxLength8=0;
280 maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE.
394 maxLength16(otherStringSpan.maxLength16), maxLength8(otherStringSpan.maxLength8),
411 maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE.
643 offsets.setMaxLength(maxLength16);
804 offsets.setMaxLength(maxLength16);
    [all...]

Completed in 47 milliseconds