Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.h69 …static void DecodeSpanItemListExt(std::vector<uint8_t>& buff, int32_t& cursor, SpanString* spanStr…
H A Dspan_string.cpp993 DecodeSpanItemListExt(buff, cursor, spanString); in DecodeTlvExt()
1002 void SpanString::DecodeSpanItemListExt(std::vector<uint8_t>& buff, int32_t& cursor, SpanString* spa… in DecodeSpanItemListExt() function in OHOS::Ace::SpanString
1022 DecodeSpanItemListExt(buff, cursor, spanStr.GetRawPtr()); in DecodeSpanItemList()