Home
last modified time | relevance | path

Searched refs:TLV_DOUBLE_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.cpp51 WriteUint8(buff, TLV_DOUBLE_TAG); in WriteDouble()
60 if (ReadUint8(buff, cursor) != TLV_DOUBLE_TAG) { in ReadDouble()
H A Dtlv_util.h44 constexpr uint8_t TLV_DOUBLE_TAG = 0x21; variable