Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp22 WriteUint8(buff, TLV_STRING_TAG); in WriteString()
31 if (ReadUint8(buff, cursor) != TLV_STRING_TAG) { in ReadString()
H A Dtlv_util.h43 constexpr uint8_t TLV_STRING_TAG = 0x20; variable