Home
last modified time | relevance | path

Searched defs:utf8Str (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp151 void StrncpyStr16ToStr8(const char16_t* utf16Str, size_t str16Len, char* utf8Str, size_t str8Len) in StrncpyStr16ToStr8()
288 char16_t* Utf8ToUtf16(const char* utf8Str, size_t u8len, char16_t* u16str, size_t u16len) in Utf8ToUtf16()
321 void StrncpyStr8ToStr16(const char* utf8Str, size_t u8len, char16_t* u16str, size_t u16len) in StrncpyStr8ToStr16()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp138 std::wstring StringUtils::Utf8ToWstring(const std::string& utf8Str) in Utf8ToWstring()
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp377 void TypedText::Utf8ToUtf16(const char* utf8Str, uint16_t* utf16Str, uint32_t len) in Utf8ToUtf16()
462 uint32_t TypedText::GetUtf16Cnt(const char* utf8Str, uint32_t maxLength) in GetUtf16Cnt()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp326 std::string utf8Str; in ConvertToString() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp98 string utf8Str = GetStringUtf8(env, str); in FromStringUtf8() local
118 string utf8Str = GetStringUtf8(env, strValue); in GetStringUtf16LE() local
125 string utf8Str = GetStringUtf8(env, str); in FromStringUtf16LE() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp714 std::string utf8Str = conv.to_bytes(wideStr); in ConvertToUtf8() local