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

  /external/chromium/third_party/icu/source/common/
unisetspan.h 129 int32_t maxLength8;
146 return (UBool)(maxLength8!=0);
unisetspan.cpp 206 maxLength16(0), maxLength8(0),
243 if(length8>maxLength8) {
244 maxLength8=length8;
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.
    [all...]
  /external/icu4c/common/
unisetspan.h 129 int32_t maxLength8;
146 return (UBool)(maxLength8!=0);
unisetspan.cpp 206 maxLength16(0), maxLength8(0),
243 if(length8>maxLength8) {
244 maxLength8=length8;
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.
    [all...]

Completed in 608 milliseconds