Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.h90 static uint32_t GetByteIndexFromUTF8Id(const char* text, uint32_t utf8Id);
H A Dtyped_text.cpp268 uint32_t byteIndex = GetByteIndexFromUTF8Id(text, beginUTF8Index); in GetTextWidth()
346 uint32_t TypedText::GetByteIndexFromUTF8Id(const char* text, uint32_t utf8Id) in GetByteIndexFromUTF8Id() function in OHOS::TypedText