Home
last modified time | relevance | path

Searched defs:utf8 (Results 76 - 100 of 137) sorted by relevance

123456

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_test.cc735 std::string utf8 = "\u00E1"; in TEST() local
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.cpp291 static bool isControl(SkUnichar utf8) { in isControl() argument
295 static bool isWhitespace(SkUnichar utf8) { in isWhitespace() argument
299 static bool isSpace(SkUnichar utf8) { in isSpace() argument
241 extractPositions(const char utf8[], int utf8Units, BreakType type, std::function<void(int, int)> setBreak) extractPositions() argument
303 isTabulation(SkUnichar utf8) isTabulation() argument
307 isHardBreak(SkUnichar utf8) isHardBreak() argument
342 isHardLineBreak(SkUnichar utf8) isHardLineBreak() argument
[all...]
/third_party/skia/modules/skunicode/include/
H A DSkUnicode.h165 static bool extractUtfConversionMapping(SkSpan<const char> utf8, Appender8&& appender8, Appender16&& appender16) { in extractUtfConversionMapping() argument
211 forEachCodepoint(const char* utf8, int32_t utf8Units, Callback&& callback) forEachCodepoint() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp82 FilePath FilePath::FromUTF8Unsafe(const std::string &utf8) in FromUTF8Unsafe() argument
/third_party/curl/lib/
H A Dsmtp.c536 bool utf8 = FALSE; in smtp_perform_command() local
609 bool utf8 = FALSE; in smtp_perform_mail() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlocnmtst.cpp516 std::string utf8; in VerifyNoSubstitute() local
H A Dcollationtest.cpp488 std::string utf8; in TestFCD() local
H A Dustrtest.cpp244 static const uint8_t utf8[]={ 0x61, 0xC3, 0xA4, 0xC3, 0x9F, 0xE4, 0xB8, 0x80, 0 }; in TestBasicManipulation() local
1886 static const uint8_t utf8[] = { in TestUTF8() local
[all...]
H A Dconvtest.cpp1659 char utf8[256]; in FromUnicodeCase() local
[all...]
/third_party/node/lib/
H A Dbuffer.js[all...]
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc1324 void WriteUTF8AsUTF16(StreamingParserHandler* writer, const std::string& utf8) { in WriteUTF8AsUTF16() argument
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dprivate-lib-roles-ws.h147 uint8_t utf8; member
/third_party/python/Include/cpython/
H A Dunicodeobject.h215 char *utf8; /* UT member
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh589 char *utf8; member
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp419 std::wstring native_path(const std::string& utf8) { return widen(utf8); } in native_path() argument
421 const std::string& native_path(const std::string& utf8) { return utf8; } in native_path() argument
649 std::wstring widen(const std::string& utf8) { in widen() argument
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c90 static char *utf8 = "utf8"; in parse_options() local
/kernel/linux/linux-5.10/fs/fat/
H A Dfat.h45 utf8:1, /* Use of UTF-8 character set (Default) */ member
H A Dnamei_vfat.c511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, int *longlen, int *outlen, int escape, int utf8, struct nls_table *nls) xlate_to_uni() argument
/kernel/linux/linux-6.6/fs/fat/
H A Dnamei_vfat.c511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, int *longlen, int *outlen, int escape, int utf8, struct nls_table *nls) xlate_to_uni() argument
H A Dfat.h45 utf8:1, /* Use of UTF-8 character set (Default) */ member
/kernel/linux/linux-6.6/fs/ntfs/
H A Dsuper.c98 static char *utf8 = "utf8"; in parse_options() local
/third_party/ffmpeg/libavformat/
H A Did3v2.c403 char *utf8 = av_malloc(utf8len + 1); in read_ttag() local
H A Dftp.c75 int utf8; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c697 uint8_t *utf8 = (uint8_t*)malloc(MAX_LENGTH); in TestRegressionUTF8() local
H A Dreapits.c106 static UBool equals_utf8_utext(const char *utf8, UText *utext) { in equals_utf8_utext() argument

Completed in 54 milliseconds

123456