| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | string_view_test.cc | 735 std::string utf8 = "\u00E1"; in TEST() local
|
| /third_party/skia/modules/skunicode/src/ |
| H A D | SkUnicode_icu.cpp | 291 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 D | SkUnicode.h | 165 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 D | file_path.cpp | 82 FilePath FilePath::FromUTF8Unsafe(const std::string &utf8) in FromUTF8Unsafe() argument
|
| /third_party/curl/lib/ |
| H A D | smtp.c | 536 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 D | locnmtst.cpp | 516 std::string utf8; in VerifyNoSubstitute() local
|
| H A D | collationtest.cpp | 488 std::string utf8; in TestFCD() local
|
| H A D | ustrtest.cpp | 244 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 D | convtest.cpp | 1659 char utf8[256]; in FromUnicodeCase() local [all...] |
| /third_party/node/lib/ |
| H A D | buffer.js | [all...] |
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding_test.cc | 1324 void WriteUTF8AsUTF16(StreamingParserHandler* writer, const std::string& utf8) { in WriteUTF8AsUTF16() argument [all...] |
| /third_party/libwebsockets/lib/roles/ws/ |
| H A D | private-lib-roles-ws.h | 147 uint8_t utf8; member
|
| /third_party/python/Include/cpython/ |
| H A D | unicodeobject.h | 215 char *utf8; /* UT member [all...] |
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | helper-cairo.hh | 589 char *utf8; member
|
| /third_party/vulkan-loader/tests/framework/ |
| H A D | test_util.cpp | 419 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...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | id3v2.c | 403 char *utf8 = av_malloc(utf8len + 1); in read_ttag() local
|
| H A D | ftp.c | 75 int utf8; member
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ncnvtst.c | 697 uint8_t *utf8 = (uint8_t*)malloc(MAX_LENGTH); in TestRegressionUTF8() local
|
| H A D | reapits.c | 106 static UBool equals_utf8_utext(const char *utf8, UText *utext) { in equals_utf8_utext() argument
|
| /third_party/skia/src/utils/ |
| H A D | SkJSON.cpp | 678 char utf8[SkUTF::kMaxBytesInUTF8Sequence]; in unescapeString() local
|
| /third_party/python/Parser/ |
| H A D | tokenizer.c | 612 PyObject *utf8; in translate_into_utf8() local 675 PyObject* utf8 = NULL; in decode_str() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnvmbcs.cpp | 5023 UConverter *utf8, *cnv; in ucnv_SBCSFromUTF8() local 5325 UConverter *utf8, *cnv; ucnv_DBCSFromUTF8() local [all...] |
| H A D | unistr.cpp | 445 UnicodeString UnicodeString::fromUTF8(StringPiece utf8) { in fromUTF8() argument 976 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, in toUTF8() local 1330 UnicodeString &UnicodeString::setToUTF8(StringPiece utf8) { in setToUTF8() argument [all...] |
| /third_party/libwebsockets/lib/core/ |
| H A D | libwebsockets.c | 808 int utf8 = 0; in lws_tokenize() local
|
| /third_party/libuv/src/win/ |
| H A D | util.c | 1015 int uv__convert_utf16_to_utf8(const WCHAR* utf16, size_t utf16len, char** utf8) { in uv__convert_utf16_to_utf8() argument 1030 int uv__convert_utf8_to_utf16(const char* utf8, WCHAR** utf16) { in uv__convert_utf8_to_utf16() argument 1061 int uv__copy_utf16_to_utf8(const WCHAR* utf16buffer, size_t utf16len, char* utf8, size_t *size) { in uv__copy_utf16_to_utf8() argument [all...] |