Home
last modified time | relevance | path

Searched refs:is_ascii_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp196 is_ascii_ = 1; in StringItem()
200 is_ascii_ = 0; in StringItem()
214 return leb128::UnsignedEncodingSize((utf16_length_ << 1U) | is_ascii_) + n; in CalculateSize()
226 if (!writer->WriteUleb128((utf16_length_ << 1U) | is_ascii_)) { in Write()
Dfile_items.h471 size_t is_ascii_ = 0; variable