Home
last modified time | relevance | path

Searched defs:utf8 (Results 76 - 100 of 128) 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...]
/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
/third_party/skia/src/utils/
H A DSkJSON.cpp678 char utf8[SkUTF::kMaxBytesInUTF8Sequence]; in unescapeString() local
/third_party/python/Parser/
H A Dtokenizer.c612 PyObject *utf8; in translate_into_utf8() local
675 PyObject* utf8 = NULL; in decode_str() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnvmbcs.cpp5023 UConverter *utf8, *cnv; in ucnv_SBCSFromUTF8() local
5325 UConverter *utf8, *cnv; ucnv_DBCSFromUTF8() local
[all...]
H A Dunistr.cpp445 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 Dlibwebsockets.c808 int utf8 = 0; in lws_tokenize() local
/third_party/libuv/src/win/
H A Dutil.c1015 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...]

Completed in 45 milliseconds

123456