Lines Matching defs:false
116 bool canBeCompress, MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE, bool isConstantString = false,
188 inline void SetLength(uint32_t length, bool compressed = false)
205 inline void SetRawHashcode(uint32_t hashcode, bool isInteger = false)
211 inline size_t GetUtf8Length(bool modify = true, bool isGetBufferSize = false) const;
232 return false;
266 return false;
290 return false;
309 return false;
314 return false;
350 return false;
406 inline size_t WriteUtf8(uint8_t *buf, size_t maxLength, bool isWriteBuffer = false) const
482 bool modify = true, bool isWriteBuffer = false) const
548 Span<const uint8_t> ToUtf8Span(CVector<uint8_t> &buf, bool modify = true, bool cesu8 = false)
555 ASSERT(base::utf_helper::Utf16ToUtf8Size(data, strLen, modify, false, cesu8) > 0);
556 size_t len = base::utf_helper::Utf16ToUtf8Size(data, strLen, modify, false, cesu8) - 1;
558 len = base::utf_helper::ConvertRegionUtf16ToUtf8(data, buf.data(), strLen, len, 0, modify, false, cesu8);
590 return false;
605 return false;
667 return false;
1091 MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE, bool isConstantString = false,
1164 inline size_t GetUtf8Length(bool isGetBufferSize = false) const;
1253 CString ToCString(StringConvertedUsage usage = StringConvertedUsage::LOGICOPERATION, bool cesu8 = false);
1257 uint32_t WriteToFlatUtf8(uint8_t *buf, uint32_t maxLength, bool isWriteBuffer = false)
1496 return false;