Searched refs:maxLength8 (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | unisetspan.cpp | 210 maxLength16(0), maxLength8(0), in UnicodeSetStringSpan() 250 if(length8>maxLength8) { in UnicodeSetStringSpan() 251 maxLength8=length8; in UnicodeSetStringSpan() 256 maxLength16=maxLength8=0; in UnicodeSetStringSpan() 287 … maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return false. in UnicodeSetStringSpan() 401 maxLength16(otherStringSpan.maxLength16), maxLength8(otherStringSpan.maxLength8), in UnicodeSetStringSpan() 418 … maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return false. in UnicodeSetStringSpan() 980 offsets.setMaxLength(maxLength8); in spanUTF8() 1158 offsets.setMaxLength(maxLength8); in spanBackUTF8()
|
D | unisetspan.h | 131 int32_t maxLength8; variable 148 return (UBool)(maxLength8!=0); in needsStringSpanUTF8()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unisetspan.cpp | 210 maxLength16(0), maxLength8(0), in UnicodeSetStringSpan() 250 if(length8>maxLength8) { in UnicodeSetStringSpan() 251 maxLength8=length8; in UnicodeSetStringSpan() 256 maxLength16=maxLength8=0; in UnicodeSetStringSpan() 287 … maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE. in UnicodeSetStringSpan() 401 maxLength16(otherStringSpan.maxLength16), maxLength8(otherStringSpan.maxLength8), in UnicodeSetStringSpan() 418 … maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return FALSE. in UnicodeSetStringSpan() 980 offsets.setMaxLength(maxLength8); in spanUTF8() 1158 offsets.setMaxLength(maxLength8); in spanBackUTF8()
|
D | unisetspan.h | 131 int32_t maxLength8; variable 148 return (UBool)(maxLength8!=0); in needsStringSpanUTF8()
|
/third_party/icu/icu4c/source/common/ |
D | unisetspan.cpp | 210 maxLength16(0), maxLength8(0), in UnicodeSetStringSpan() 250 if(length8>maxLength8) { in UnicodeSetStringSpan() 251 maxLength8=length8; in UnicodeSetStringSpan() 256 maxLength16=maxLength8=0; in UnicodeSetStringSpan() 287 … maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return false. in UnicodeSetStringSpan() 401 maxLength16(otherStringSpan.maxLength16), maxLength8(otherStringSpan.maxLength8), in UnicodeSetStringSpan() 418 … maxLength16=maxLength8=0; // Prevent usage by making needsStringSpanUTF16/8() return false. in UnicodeSetStringSpan() 980 offsets.setMaxLength(maxLength8); in spanUTF8() 1158 offsets.setMaxLength(maxLength8); in spanBackUTF8()
|
D | unisetspan.h | 131 int32_t maxLength8; variable 148 return (UBool)(maxLength8!=0); in needsStringSpanUTF8()
|