Home
last modified time | relevance | path

Searched defs:utf8 (Results 26 - 50 of 137) sorted by relevance

123456

/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu_bidi.cpp57 std::unique_ptr<SkBidiIterator> SkUnicode::makeBidiIterator(const char utf8[], in makeBidiIterator() argument
85 bool SkUnicode::extractBidi(const char utf8[], in extractBidi() argument
[all...]
/third_party/skia/experimental/sktext/src/
H A DText.cpp15 UnicodeText::UnicodeText(std::unique_ptr<SkUnicode> unicode, const SkString& utf8) in UnicodeText() argument
/third_party/rust/crates/regex/regex-syntax/src/
H A Dlib.rs172 pub mod utf8; modules
/third_party/rust/crates/regex/src/
H A Dlib.rs756 mod utf8; modules
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Dmain.cpp87 const std::string utf8 = "hello world!\n"; in DoDraw() local
/third_party/gn/src/base/strings/
H A Dutf_offset_string_conversions.cc230 UTF8ToUTF16WithAdjustments( std::string_view utf8, base::OffsetAdjuster::Adjustments* adjustments) UTF8ToUTF16WithAdjustments() argument
238 UTF8ToUTF16AndAdjustOffsets( std::string_view utf8, std::vector<size_t>* offsets_for_adjustment) UTF8ToUTF16AndAdjustOffsets() argument
H A Dutf_string_conversions.cc163 std::u16string UTF8ToUTF16(std::string_view utf8) { in UTF8ToUTF16() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dconvtest.h47 const char *utf8; member
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp89 char *utf8; member in UTrie2PerfTest
/third_party/icu/icu4c/source/common/
H A Ducnvlat1.cpp327 UConverter *utf8; in ucnv_Latin1FromUTF8() local
[all...]
H A Dunisetspan.h124 uint8_t *utf8; member in UnicodeSetStringSpan
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson_test.cc30 void WriteUTF8AsUTF16(ParserHandler* writer, const std::string& utf8) { in WriteUTF8AsUTF16() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunisetspan.h124 uint8_t *utf8; member in UnicodeSetStringSpan
H A Ducnvlat1.cpp327 UConverter *utf8; in ucnv_Latin1FromUTF8() local
[all...]
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dinternal.js
/third_party/libexif/test/nls/
H A Dtest-codeset.c43 char *utf8; member
83 const char *utf8 = testcases[i].utf8; in check() local
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.cc236 std::string String16::utf8() const { in utf8() function in v8_inspector::String16
/third_party/rust/crates/clap/tests/derive/
H A Dmain.rs34 mod utf8; modules
/third_party/python/Lib/email/
H A Dpolicy.py88 utf8 = False variable in EmailPolicy
/third_party/skia/src/utils/
H A DSkShaperJSONWriter.cpp17 SkShaperJSONWriter::SkShaperJSONWriter(SkJSONWriter* JSONWriter, const char* utf8, size_t size) in SkShaperJSONWriter() argument
35 static bool is_one_to_one(const char utf8[], size_t utf8Begin, size_t utf8End, in is_one_to_one() argument
168 void SkShaperJSONWriter::VisualizeClusters(const char* utf8, size_t utf8Begin, size_t utf8End, in VisualizeClusters() argument
221 displayMToN(size_t codePointCount, SkSpan<const char> utf8, SkSpan<const SkGlyphID> glyphIDs) displayMToN() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvlat1.cpp327 UConverter *utf8; in ucnv_Latin1FromUTF8() local
[all...]
H A Dunisetspan.h124 uint8_t *utf8; member in UnicodeSetStringSpan
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriter.cpp24 SkShaperJSONWriter::SkShaperJSONWriter(SkJSONWriter* JSONWriter, const char* utf8, size_t size) in SkShaperJSONWriter() argument
42 static bool is_one_to_one(const char utf8[], size_t utf8Begin, size_t utf8End, in is_one_to_one() argument
175 void SkShaperJSONWriter::VisualizeClusters(const char* utf8, size_t utf8Begin, size_t utf8End, in VisualizeClusters() argument
228 displayMToN(size_t codePointCount, SkSpan<const char> utf8, SkSpan<const SkGlyphID> glyphIDs) displayMToN() argument
[all...]
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp151 size_t EncodeUTF8(uint32_t codePoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8() argument
/third_party/gptfdisk/
H A Dgptpart.cc92 string utf8 ; in GetDescription() local
[all...]

Completed in 14 milliseconds

123456