Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp151 size_t EncodeUTF8(uint32_t codePoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8() argument
159 utf8[index + j] = cont; in EncodeUTF8()
162 utf8[index] = codePoint | FIRST_BYTE_MARK[size]; in EncodeUTF8()
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Dmain.cpp87 const std::string utf8 = "hello world!\n"; in DoDraw() local
89 const std::u16string u16Text = TextToUtf16(utf8); in DoDraw()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h49 static FilePath FromUTF8Unsafe(const std::string &utf8);
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography_create.cpp22 #include <unicode/utf8.h>
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp602 iconv_t cd = iconv_open("utf8", "iso88591"); in convLatin1ToUTF8()
610 std::string utf8(outSize, 0); in convLatin1ToUTF8()
613 char *outbuf = &utf8[0]; in convLatin1ToUTF8()
622 utf8.resize(outbuf - &utf8[0]); in convLatin1ToUTF8()
623 return utf8; in convLatin1ToUTF8()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp82 FilePath FilePath::FromUTF8Unsafe(const std::string &utf8) in FromUTF8Unsafe() argument
84 return FilePath(utf8); in FromUTF8Unsafe()

Completed in 5 milliseconds