| /third_party/skia/modules/skshaper/src/ |
| D | SkShaper.cpp | 46 SkShaper::MakeBiDiRunIterator(const char* utf8, size_t utf8Bytes, uint8_t bidiLevel) { in MakeBiDiRunIterator() 65 SkShaper::MakeScriptRunIterator(const char* utf8, size_t utf8Bytes, SkFourByteTag scriptTag) { in MakeScriptRunIterator() 91 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in FontMgrRunIterator() 107 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in FontMgrRunIterator() 185 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, in MakeFontMgrRunIterator() 192 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, const SkFont& font, in MakeFontMgrRunIterator() 202 SkShaper::MakeStdLanguageRunIterator(const char* utf8, size_t utf8Bytes) { in MakeStdLanguageRunIterator()
|
| D | SkShaper_primitive.cpp | 125 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape() 149 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape() 164 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape()
|
| D | SkShaper_coretext.cpp | 62 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape() 86 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape() 155 bool setUTF8(const char* utf8, size_t size) { in setUTF8() 199 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape()
|
| D | SkShaper_harfbuzz.cpp | 347 SkUnicodeBidiRunIterator(const char* utf8, const char* end, SkUnicodeBidi bidi) in SkUnicodeBidiRunIterator() 393 SkUnicodeHbScriptRunIterator(SkUnicodeScript, const char* utf8, size_t utf8Bytes) in SkUnicodeHbScriptRunIterator() 789 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, in shape() 827 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, in shape() 838 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, in shape() 858 void ShaperDrivenWrapper::wrap(char const * const utf8, size_t utf8Bytes, in wrap() 1000 void ShapeThenWrap::wrap(char const * const utf8, size_t utf8Bytes, in wrap() 1212 void ShapeDontWrapOrReorder::wrap(char const * const utf8, size_t utf8Bytes, in wrap() 1298 ShapedRun ShaperHarfBuzz::shape(char const * const utf8, in shape() 1440 SkShaper::MakeIcuBiDiRunIterator(const char* utf8, size_t utf8Bytes, uint8_t bidiLevel) { in MakeIcuBiDiRunIterator() [all …]
|
| /third_party/skia/modules/skunicode/src/ |
| D | SkUnicode_icu.cpp | 107 …static std::unique_ptr<SkBidiIterator> makeBidiIterator(const char utf8[], int utf8Units, Directio… in makeBidiIterator() 129 static std::vector<Region> getBidiRegions(const char utf8[], int utf8Units, Direction dir) { in getBidiRegions() 279 static bool extractBidi(const char utf8[], in extractBidi() 367 (const char utf8[], int utf8Units, BreakType type, std::function<void(int, int)> setBreak) { in extractPositions() 446 bool isControl(SkUnichar utf8) override { in isControl() 450 bool isWhitespace(SkUnichar utf8) override { in isWhitespace() 454 bool isSpace(SkUnichar utf8) override { in isSpace() 458 static bool isHardLineBreak(SkUnichar utf8) { in isHardLineBreak() 485 bool getBidiRegions(const char utf8[], in getBidiRegions() 492 bool getLineBreaks(const char utf8[], in getLineBreaks() [all …]
|
| /third_party/openssl/crypto/x509/ |
| D | v3_utf8.c | 30 ASN1_UTF8STRING *utf8) in i2s_ASN1_UTF8STRING() 50 ASN1_UTF8STRING *utf8; in s2i_ASN1_UTF8STRING() local
|
| /third_party/flutter/skia/src/utils/ |
| D | SkShaperJSONWriter.cpp | 17 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/skia/src/utils/ |
| D | SkShaperJSONWriter.cpp | 17 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/flutter/skia/modules/skshaper/src/ |
| D | SkShaper.cpp | 46 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, const SkFont& font, in FontMgrRunIterator() 121 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, in MakeFontMgrRunIterator() 128 SkShaper::MakeStdLanguageRunIterator(const char* utf8, size_t utf8Bytes) { in MakeStdLanguageRunIterator()
|
| D | SkShaper_primitive.cpp | 117 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape() 132 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape()
|
| /third_party/flutter/skia/modules/skparagraph/src/ |
| D | Iterators.h | 21 FontIterator(SkSpan<const char> utf8, FontResolver* fontResolver) in FontIterator() 62 LangIterator(SkSpan<const char> utf8, SkSpan<Block> styles, const TextStyle& defaultStyle) in LangIterator()
|
| /third_party/libphonenumber/cpp/test/phonenumbers/ |
| D | unicodestring_test.cc | 30 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/ |
| D | normalize_utf8.h | 38 char utf8[4]; in NormalizeDecimalDigits() local
|
| /third_party/flatbuffers/java/com/google/flatbuffers/ |
| D | StringVector.java | 28 private Utf8 utf8 = Utf8.getDefault(); field in StringVector
|
| /third_party/libexif/test/nls/ |
| D | test-codeset.c | 43 char *utf8; member 83 const char *utf8 = testcases[i].utf8; in check() local
|
| /third_party/node/test/parallel/ |
| D | test-fs-mkdtemp.js | 16 const utf8 = fs.mkdtempSync(path.join(tmpdir.path, '\u0222abc.')); constant
|
| /third_party/icu/icu4c/as_is/ |
| D | bomlist.py | 23 utf8=0 variable
|
| /third_party/flutter/skia/src/sfnt/ |
| D | SkOTTable_name.cpp | 52 static void SkString_from_UTF16BE(const uint8_t* utf16be, size_t length, SkString& utf8) { in SkString_from_UTF16BE() 86 static void SkStringFromMacRoman(const uint8_t* macRoman, size_t length, SkString& utf8) { in SkStringFromMacRoman()
|
| /third_party/skia/src/sfnt/ |
| D | SkOTTable_name.cpp | 51 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/ |
| D | Iterators.h | 16 LangIterator(SkSpan<const char> utf8, SkSpan<Block> styles, const TextStyle& defaultStyle) in LangIterator()
|
| /third_party/skia/tests/ |
| D | SkShaperJSONWriterTest.cpp | 76 std::string utf8; in DEF_TEST() member 80 std::string utf8; in DEF_TEST() member
|
| /third_party/flutter/skia/tests/ |
| D | SkShaperJSONWriterTest.cpp | 76 std::string utf8; in DEF_TEST() member 80 std::string utf8; in DEF_TEST() member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-glib.cc | 137 gchar utf8[12]; in hb_glib_unicode_compose() local 174 gchar utf8[6]; in hb_glib_unicode_decompose() local
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-glib.cc | 255 gchar utf8[12]; in hb_glib_unicode_compose() local 292 gchar utf8[6]; in hb_glib_unicode_decompose() local
|
| /third_party/harfbuzz/src/ |
| D | hb-glib.cc | 137 gchar utf8[12]; in hb_glib_unicode_compose() local 174 gchar utf8[6]; in hb_glib_unicode_decompose() local
|