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

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

Completed in 1511 milliseconds