Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_utils.h51 inline bool IsSameCharType(const std::wstring& wstring, int32_t position, CharType type) in IsSameCharType() function
59 if (!IsSameCharType(wstring, i, type)) { in FindSameCharTypeStart()
69 if (!IsSameCharType(wstring, i, type)) { in FindSameCharTypeEnd()