Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Dmain.cpp87 const std::string utf8 = "hello world!\n"; in DoDraw() local
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp240 string utf8 = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0902() local
247 string utf8 = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0a02() local
255 string utf8 = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0b02() local
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp82 FilePath FilePath::FromUTF8Unsafe(const std::string &utf8) in FromUTF8Unsafe()