Searched refs:ParseJsCustomSpan (Results 1 – 2 of 2) sorted by relevance
82 static RefPtr<CustomSpan> ParseJsCustomSpan(const JSCallbackInfo& args);83 …static RefPtr<SpanBase> ParseJsCustomSpan(int32_t start, int32_t length, const JSCallbackInfo& arg…
166 RefPtr<CustomSpan> customSpan = JSSpanString::ParseJsCustomSpan(args); in Constructor()424 return ParseJsCustomSpan(start, length, info); in ParseJsSpanBaseWithoutSpecialSpan()574 RefPtr<SpanBase> JSSpanString::ParseJsCustomSpan(int32_t start, int32_t length, const JSCallbackInf… in ParseJsCustomSpan() function in OHOS::Ace::Framework::JSSpanString714 RefPtr<CustomSpan> JSSpanString::ParseJsCustomSpan(const JSCallbackInfo& args) in ParseJsCustomSpan() function in OHOS::Ace::Framework::JSSpanString905 RefPtr<CustomSpan> customSpan = JSSpanString::ParseJsCustomSpan(args); in Constructor()