Home
last modified time | relevance | path

Searched refs:WriteCalcLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp290 void TLVUtil::WriteCalcLength(std::vector<uint8_t>& buff, NG::CalcLength& value) in WriteCalcLength() function in OHOS::Ace::TLVUtil
353 WriteCalcLength(buff, value.left.value()); in WritePaddingProperty()
357 WriteCalcLength(buff, value.right.value()); in WritePaddingProperty()
361 WriteCalcLength(buff, value.top.value()); in WritePaddingProperty()
365 WriteCalcLength(buff, value.bottom.value()); in WritePaddingProperty()
H A Dtlv_util.h233 static void WriteCalcLength(std::vector<uint8_t>& buff, NG::CalcLength& value);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1737 TLVUtil::WriteCalcLength(buffer, writeCalcLength);