Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 - 25 of 125) sorted by relevance

12345

/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/utils/
H A DdecodeText.js
/third_party/skia/docs/examples/
H A DPaint_countText.cpp9 const uint8_t utf8[] = { 0x24, 0xC2, 0xA2, 0xE2, 0x82, 0xAC, 0xC2, 0xA5, 0xC2, 0xA3 }; in REG_FIDDLE() local
H A DPaint_textToGlyphs.cpp9 const uint8_t utf8[] = { 0x24, 0xC2, 0xA2, 0xE2, 0x82, 0xAC, 0xC2, 0xA5, 0xC2, 0xA3 }; in REG_FIDDLE() local
/third_party/rust/crates/nom/src/character/
H A Dtests.rs17 fn utf8(i: &str) -> IResult<&str, char> { in one_of_test() functions
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dunicodestring_test.cc30 string utf8; in operator <<() local
32 out << utf8; in operator <<() local
38 string utf8; in TEST() local
45 string utf8; in TEST() local
52 string utf8; in TEST() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dnormalize_utf8.h38 char utf8[4]; in NormalizeDecimalDigits() local
H A Dunicodestring.h36 explicit UnicodeString(const char* utf8) in UnicodeString() argument
/third_party/libphonenumber/cpp/test/phonenumbers/utf/
H A Dunicodetext_test.cc26 const char* utf8; in TEST() member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utf8.c50 ASN1_UTF8STRING *utf8; in s2i_ASN1_UTF8STRING() local
29 i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, ASN1_UTF8STRING *utf8) i2s_ASN1_UTF8STRING() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_utf8.c50 ASN1_UTF8STRING *utf8; in s2i_ASN1_UTF8STRING() local
29 i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, ASN1_UTF8STRING *utf8) i2s_ASN1_UTF8STRING() argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DIterators.h16 LangIterator(SkSpan<const char> utf8, SkSpan<Block> styles, const TextStyle& defaultStyle) in LangIterator() argument
/third_party/skia/experimental/sktext/tests/
H A DUnicodeText.cpp60 UnicodeText unicodeText8(SkUnicode::Make(), utf8); in UNIX_ONLY_TEST() local
/third_party/icu/icu4c/as_is/
H A Dbomlist.py23 utf8=0 variable
/third_party/libsnd/tests/
H A Dlocale_test.c95 int utf8 ; member
/third_party/python/Include/internal/
H A Dpycore_unicodeobject.h39 int utf8; // encoding=="utf-8"? member
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp51 static void SkString_from_UTF16BE(const uint8_t* utf16be, size_t length, SkString& utf8) { in SkString_from_UTF16BE() argument
85 static void SkStringFromMacRoman(const uint8_t* macRoman, size_t length, SkString& utf8) { in SkStringFromMacRoman() argument
/third_party/skia/tests/
H A DSkShaperJSONWriterTest.cpp76 std::string utf8; in DEF_TEST() member
80 std::string utf8; in DEF_TEST() member
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriterTest.cpp76 std::string utf8; in DEF_TEST() member
80 std::string utf8; in DEF_TEST() member
/third_party/skia/modules/skunicode/tests/
H A DSkUnicodeTest.cpp23 auto utf8 = SkUnicode::convertUtf16ToUtf8(text.data(), text.size()); in UNIX_ONLY_TEST() local
37 auto utf8 = SkUnicode::convertUtf16ToUtf8(text.data(), text.size()); in UNIX_ONLY_TEST() local
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat73 set utf8=%ERRORLEVEL% variable
/third_party/skia/modules/skunicode/src/
H A DSkUnicode.cpp57 std::u16string SkUnicode::convertUtf8ToUtf16(const char* utf8, int utf8Units) { in convertUtf8ToUtf16() argument
72 std::u16string SkUnicode::convertUtf8ToUtf16(const SkString& utf8) { in convertUtf8ToUtf16() argument
[all...]
/third_party/node/test/parallel/
H A Dtest-http2-createwritereq.js
/third_party/pcre2/pcre2/src/
H A Dpcre2demo.c81 int utf8; in main() local
/third_party/skia/samplecode/
H A DSampleRectanizer.cpp60 char utf8[SkUTF::kMaxBytesInUTF8Sequence]; variable
H A DSampleTextBox.cpp65 const char* utf8 = gText; in drawTest() local

Completed in 8 milliseconds

12345