Home
last modified time | relevance | path

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

123456

/third_party/node/test/parallel/
Dtest-fs-mkdtemp.js24 const utf8 = fs.mkdtempSync(path.join(tmpdir.path, '\u0222abc.')); constant
48 const utf8 = fs.mkdtempSync(tmpdir.fileURL('\u0222abc.')); constant
70 const utf8 = fs.mkdtempSync(Buffer.from(path.join(tmpdir.path, '\u0222abc.'))); constant
94 const utf8 = fs.mkdtempSync(encoder.encode(path.join(tmpdir.path, '\u0222abc.'))); constant
/third_party/skia/modules/skshaper/src/
DSkShaper.cpp69 SkShaper::MakeBiDiRunIterator(const char* utf8, size_t utf8Bytes, uint8_t bidiLevel) { in Make()
88 SkShaper::MakeScriptRunIterator(const char* utf8, size_t utf8Bytes, SkFourByteTag scriptTag) { in Make()
115 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in Make()
131 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in Make()
210 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in Make()
226 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in Make()
306 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, in Make()
313 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, const SkFont& font, in Make()
323 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, in Make()
330 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, const RSFont& font, in Make()
[all …]
DSkShaper_coretext.cpp63 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape()
87 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape()
156 bool setUTF8(const char* utf8, size_t size) { in setUTF8()
200 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape()
DSkShaper_primitive.cpp146 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape()
178 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape()
193 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape()
DSkShaper_harfbuzz.cpp480 SkUnicodeBidiRunIterator(const char* utf8, const char* end, SkUnicodeBidi bidi)
526 SkUnicodeHbScriptRunIterator(const char* utf8,
965 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes,
1011 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes,
1022 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes,
1042 void ShaperDrivenWrapper::wrap(char const * const utf8, size_t utf8Bytes,
1199 void ShapeThenWrap::wrap(char const * const utf8, size_t utf8Bytes,
1416 void ShapeDontWrapOrReorder::wrap(char const * const utf8, size_t utf8Bytes,
1502 ShapedRun ShaperHarfBuzz::shape(char const * const utf8,
1672 SkShaper::MakeIcuBiDiRunIterator(const char* utf8, size_t utf8Bytes, uint8_t bidiLevel) {
[all …]
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_utf8.c30 ASN1_UTF8STRING *utf8) in i2s_ASN1_UTF8STRING()
50 ASN1_UTF8STRING *utf8; in s2i_ASN1_UTF8STRING() local
/third_party/openssl/crypto/x509/
Dv3_utf8.c30 ASN1_UTF8STRING *utf8) in i2s_ASN1_UTF8STRING()
50 ASN1_UTF8STRING *utf8; in s2i_ASN1_UTF8STRING() local
/third_party/skia/modules/skunicode/src/
DSkUnicode.cpp46 SkAutoTArray<char> utf8(utf8Units); in convertUtf16ToUtf8() local
57 std::u16string SkUnicode::convertUtf8ToUtf16(const char* utf8, int utf8Units) { in convertUtf8ToUtf16()
72 std::u16string SkUnicode::convertUtf8ToUtf16(const SkString& utf8) { in convertUtf8ToUtf16()
DSkUnicode_icu.cpp242 (const char utf8[], int utf8Units, BreakType type, std::function<void(int, int)> setBreak) { in extractPositions()
291 static bool isControl(SkUnichar utf8) { in isControl()
295 static bool isWhitespace(SkUnichar utf8) { in isWhitespace()
299 static bool isSpace(SkUnichar utf8) { in isSpace()
303 static bool isTabulation(SkUnichar utf8) { in isTabulation()
307 static bool isHardBreak(SkUnichar utf8) { in isHardBreak()
348 static bool isHardLineBreak(SkUnichar utf8) { in isHardLineBreak()
375 bool getBidiRegions(const char utf8[], in getBidiRegions()
382 …bool getWords(const char utf8[], int utf8Units, const char* locale, std::vector<Position>* results… in getWords()
389 bool computeCodeUnitFlags(char utf8[], int utf8Units, bool replaceTabs, in computeCodeUnitFlags()
DSkUnicode_client.cpp126 bool getBidiRegions(const char utf8[], in getBidiRegions()
134 static bool isControl(SkUnichar utf8) { in isControl()
200 static bool isTabulation(SkUnichar utf8) { in isTabulation()
204 static bool isHardBreak(SkUnichar utf8) { in isHardBreak()
227 bool computeCodeUnitFlags(char utf8[], in computeCodeUnitFlags()
290 …bool getWords(const char utf8[], int utf8Units, const char* locale, std::vector<Position>* results… in getWords()
DSkUnicode_icu_bidi.cpp57 std::unique_ptr<SkBidiIterator> SkUnicode::makeBidiIterator(const char utf8[], in makeBidiIterator()
85 bool SkUnicode::extractBidi(const char utf8[], in extractBidi()
/third_party/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp24 SkShaperJSONWriter::SkShaperJSONWriter(SkJSONWriter* JSONWriter, const char* utf8, size_t size) in SkShaperJSONWriter()
42 static bool is_one_to_one(const char utf8[], size_t utf8Begin, size_t utf8End, in is_one_to_one()
93 std::string utf8{&fUTF8[info.utf8Range.begin()], info.utf8Range.size()}; in commitRunBuffer() local
175 void SkShaperJSONWriter::VisualizeClusters(const char* utf8, size_t utf8Begin, size_t utf8End, in VisualizeClusters()
229 SkSpan<const char> utf8, in displayMToN()
DSkShaperJSONWriterTest.cpp76 std::string utf8; in DEF_TEST() member
80 std::string utf8; in DEF_TEST() member
/third_party/skia/src/utils/
DSkShaperJSONWriter.cpp17 SkShaperJSONWriter::SkShaperJSONWriter(SkJSONWriter* JSONWriter, const char* utf8, size_t size) in SkShaperJSONWriter()
35 static bool is_one_to_one(const char utf8[], size_t utf8Begin, size_t utf8End, in is_one_to_one()
86 std::string utf8{&fUTF8[info.utf8Range.begin()], info.utf8Range.size()}; in commitRunBuffer() local
168 void SkShaperJSONWriter::VisualizeClusters(const char* utf8, size_t utf8Begin, size_t utf8End, in VisualizeClusters()
222 SkSpan<const char> utf8, in displayMToN()
/third_party/node/deps/v8/src/d8/
Dd8-console.cc84 v8::String::Utf8Value utf8(isolate_, label); in Time() local
109 v8::String::Utf8Value utf8(isolate_, label); in TimeEnd() local
131 v8::String::Utf8Value utf8(isolate_, label); in TimeStamp() local
/third_party/libphonenumber/cpp/test/phonenumbers/
Dunicodestring_test.cc30 string utf8; in operator <<() local
38 string utf8; in TEST() local
45 string utf8; in TEST() local
52 string utf8; in TEST() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dnormalize_utf8.h38 char utf8[4]; in NormalizeDecimalDigits() local
/third_party/libexif/test/nls/
Dtest-codeset.c43 char *utf8; member
83 const char *utf8 = testcases[i].utf8; in check() local
/third_party/icu/icu4c/as_is/
Dbomlist.py23 utf8=0 variable
/third_party/skia/src/sfnt/
DSkOTTable_name.cpp51 static void SkString_from_UTF16BE(const uint8_t* utf16be, size_t length, SkString& utf8) { in SkString_from_UTF16BE()
85 static void SkStringFromMacRoman(const uint8_t* macRoman, size_t length, SkString& utf8) { in SkStringFromMacRoman()
/third_party/skia/modules/skparagraph/src/
DIterators.h16 LangIterator(SkSpan<const char> utf8, SkSpan<Block> styles, const TextStyle& defaultStyle) in LangIterator()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc137 gchar utf8[12]; in hb_glib_unicode_compose() local
174 gchar utf8[6]; in hb_glib_unicode_decompose() local
/third_party/skia/tests/
DSkShaperJSONWriterTest.cpp76 std::string utf8; in DEF_TEST() member
80 std::string utf8; in DEF_TEST() member
/third_party/libphonenumber/cpp/test/phonenumbers/utf/
Dunicodetext_test.cc26 const char* utf8; in TEST() member
/third_party/gn/src/base/strings/
Dutf_offset_string_conversions.cc231 std::string_view utf8, in UTF8ToUTF16WithAdjustments()
239 std::string_view utf8, in UTF8ToUTF16AndAdjustOffsets()

123456