Home
last modified time | relevance | path

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

12345678910>>...29

/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/
H A Dutf8_for_code_point_test.cc28 Utf8ForCodePoint utf8(uint64_t{0}); in TEST() local
34 Utf8ForCodePoint utf8(uint64_t{'a'}); in TEST() local
40 Utf8ForCodePoint utf8(uint64_t{0x7f}); in TEST() local
46 Utf8ForCodePoint utf8(uint64_t{0x80}); in TEST() local
53 Utf8ForCodePoint utf8(uint64_t{0xf1}); in TEST() local
61 Utf8ForCodePoint utf8(uint64_t{0x3a0}); in TEST() local
69 Utf8ForCodePoint utf8(uint64_t{0x7ff}); in TEST() local
76 Utf8ForCodePoint utf8(uint64_t{0x800}); in TEST() local
84 Utf8ForCodePoint utf8(uint64_t{0x4e2d}); in TEST() local
93 Utf8ForCodePoint utf8(uint64_t{0xd7ff}); in TEST() local
[all …]
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/
H A Dutf8_for_code_point_test.cc28 Utf8ForCodePoint utf8(uint64_t{0}); in TEST() local
34 Utf8ForCodePoint utf8(uint64_t{'a'}); in TEST() local
40 Utf8ForCodePoint utf8(uint64_t{0x7f}); in TEST() local
46 Utf8ForCodePoint utf8(uint64_t{0x80}); in TEST() local
53 Utf8ForCodePoint utf8(uint64_t{0xf1}); in TEST() local
61 Utf8ForCodePoint utf8(uint64_t{0x3a0}); in TEST() local
69 Utf8ForCodePoint utf8(uint64_t{0x7ff}); in TEST() local
76 Utf8ForCodePoint utf8(uint64_t{0x800}); in TEST() local
84 Utf8ForCodePoint utf8(uint64_t{0x4e2d}); in TEST() local
93 Utf8ForCodePoint utf8(uint64_t{0xd7ff}); in TEST() local
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/
H A Dbytes.toml14 utf8 = false qkey
22 utf8 = false qkey
30 utf8 = false qkey
38 utf8 = false qkey
46 utf8 = false qkey
54 utf8 = false qkey
62 utf8 = false qkey
70 utf8 = false qkey
78 utf8 = false qkey
86 utf8 = false qkey
[all …]
H A Dutf8.toml32 utf8 = true qkey
41 utf8 = true qkey
52 utf8 = false qkey
61 utf8 = false qkey
95 utf8 = true qkey
105 utf8 = true qkey
118 utf8 = false qkey
128 utf8 = false qkey
141 utf8 = true qkey
151 utf8 = true qkey
[all …]
H A Dword-boundary.toml316 utf8 = false qkey
324 utf8 = false qkey
332 utf8 = false qkey
340 utf8 = false qkey
348 utf8 = false qkey
356 utf8 = false qkey
364 utf8 = false qkey
372 utf8 = false qkey
380 utf8 = false qkey
388 utf8 = false qkey
[all …]
H A Dregression.toml133 utf8 = false qkey
142 utf8 = false qkey
193 utf8 = false qkey
237 utf8 = false qkey
369 utf8 = false qkey
378 utf8 = false qkey
410 utf8 = false qkey
419 utf8 = false qkey
428 utf8 = false qkey
495 utf8 = true qkey
[all …]
H A Dno-unicode.toml7 utf8 = false qkey
16 utf8 = false qkey
64 utf8 = false qkey
73 utf8 = false qkey
81 utf8 = false qkey
91 utf8 = false qkey
141 utf8 = false qkey
158 utf8 = false qkey
189 utf8 = false qkey
201 utf8 = false qkey
[all …]
/aosp_15_r20/external/skia/modules/skunicode/src/
H A DSkUnicode_icu4x.cpp62 bool isControl(SkUnichar utf8) override { return fControls.contains(utf8); } in isControl()
63 bool isWhitespace(SkUnichar utf8) override { return fWhitespaces.contains(utf8); } in isWhitespace()
64 bool isSpace(SkUnichar utf8) override { return fBlanks.contains(utf8); } in isSpace()
65 bool isHardBreak(SkUnichar utf8) override { in isHardBreak()
72 bool isEmoji(SkUnichar utf8) override { return fEmoji.contains(utf8); } in isEmoji()
73 bool isEmojiComponent(SkUnichar utf8) override { return fEmojiComponent.contains(utf8); } in isEmojiComponent()
74 bool isEmojiModifierBase(SkUnichar utf8) override { return fEmojiModifierBase.contains(utf8); } in isEmojiModifierBase()
75 bool isEmojiModifier(SkUnichar utf8) override { return fEmojiModifier.contains(utf8); } in isEmojiModifier()
76 bool isRegionalIndicator(SkUnichar utf8) override { return fRegionalIndicator.contains(utf8); } in isRegionalIndicator()
77 bool isIdeographic(SkUnichar utf8) override { return fIdeographic.contains(utf8); } in isIdeographic()
[all …]
H A DSkUnicode_hardcoded.cpp14 bool SkUnicodeHardCodedCharProperties::isControl(SkUnichar utf8) { in isControl()
80 bool SkUnicodeHardCodedCharProperties::isTabulation(SkUnichar utf8) { in isTabulation()
84 bool SkUnicodeHardCodedCharProperties::isHardBreak(SkUnichar utf8) { in isHardBreak()
93 bool SkUnicodeHardCodedCharProperties::isEmojiComponent(SkUnichar utf8) { in isEmojiComponent()
98 bool SkUnicodeHardCodedCharProperties::isEmojiModifier(SkUnichar utf8) { in isEmojiModifier()
103 bool SkUnicodeHardCodedCharProperties::isEmojiModifierBase(SkUnichar utf8) { in isEmojiModifierBase()
H A DSkUnicode_icu.cpp373 static bool extractPositions(const char utf8[], int utf8Units, in extractPositions()
423 bool isControl(SkUnichar utf8) override { in isControl()
427 bool isWhitespace(SkUnichar utf8) override { in isWhitespace()
431 bool isSpace(SkUnichar utf8) override { in isSpace()
435 bool isHardBreak(SkUnichar utf8) override { in isHardBreak()
463 bool isTabulation(SkUnichar utf8) override { in isTabulation()
467 static bool isHardLineBreak(SkUnichar utf8) { in isHardLineBreak()
521 bool getBidiRegions(const char utf8[], in getBidiRegions()
528 bool getWords(const char utf8[], int utf8Units, const char* locale, in getWords()
536 bool getUtf8Words(const char utf8[], in getUtf8Words()
[all …]
H A DSkUnicode_libgrapheme.cpp45 bool getBidiRegions(const char utf8[], in getBidiRegions()
52 bool getSentences(const char utf8[], in getSentences()
60 bool computeCodeUnitFlags(char utf8[], in computeCodeUnitFlags()
121 …bool getUtf8To16Mapping(const char utf8[], int utf8Units, std::unordered_map<Position, Position>* … in getUtf8To16Mapping()
143 …bool getWords(const char utf8[], int utf8Units, const char* locale, std::vector<Position>* results… in getWords()
159 bool getUtf8Words(const char utf8[], in getUtf8Words()
H A DSkUnicode_client.cpp88 bool getBidiRegions(const char utf8[], in getBidiRegions()
95 bool getUtf8Words(const char utf8[], in getUtf8Words()
103 bool getSentences(const char utf8[], in getSentences()
111 bool computeCodeUnitFlags(char utf8[], in computeCodeUnitFlags()
171 …bool getWords(const char utf8[], int utf8Units, const char* locale, std::vector<Position>* results… in getWords()
H A DSkUnicode.cpp21 AutoTArray<char> utf8(utf8Units); in convertUtf16ToUtf8() local
32 std::u16string SkUnicode::convertUtf8ToUtf16(const char* utf8, int utf8Units) { in convertUtf8ToUtf16()
47 std::u16string SkUnicode::convertUtf8ToUtf16(const SkString& utf8) { in convertUtf8ToUtf16()
/aosp_15_r20/system/libbase/
H A Dutf8_test.cpp75 static std::wstring UTF8ToWide(const std::string& utf8) { in UTF8ToWide()
82 std::string utf8; in WideToUTF8() local
123 std::ostringstream utf8; in TEST() local
143 const char* utf8; in TEST() member
208 const char* utf8; in TEST() member
264 const char* utf8; in TEST() member
347 static std::wstring SysUTF8ToWide(const std::string& utf8) { in SysUTF8ToWide()
417 std::string utf8 = "c:\\mypath\\myfile.txt"; in TEST() local
426 std::string utf8 = "c:\\mypath"; in TEST() local
439 std::string utf8 = "c:/mypath"; in TEST() local
[all …]
H A Dutf8.cpp44 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8()
87 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8()
92 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8()
99 static bool UTF8ToWideWithFlags(const char* utf8, const size_t size, std::wstring* utf16, in UTF8ToWideWithFlags()
132 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide()
147 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide()
152 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide()
162 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16) { in UTF8PathToWindowsLongPath()
182 namespace utf8 { namespace
/aosp_15_r20/external/skia/modules/skshaper/src/
H A DSkShaper.cpp57 SkShaper::MakeBiDiRunIterator(const char* utf8, size_t utf8Bytes, uint8_t bidiLevel) { in MakeBiDiRunIterator()
68 SkShaper::MakeScriptRunIterator(const char* utf8, size_t utf8Bytes, SkFourByteTag scriptTag) { in MakeScriptRunIterator()
91 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in FontMgrRunIterator()
109 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in FontMgrRunIterator()
187 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, in MakeFontMgrRunIterator()
194 SkShaper::MakeFontMgrRunIterator(const char* utf8, size_t utf8Bytes, const SkFont& font, in MakeFontMgrRunIterator()
204 SkShaper::MakeStdLanguageRunIterator(const char* utf8, size_t utf8Bytes) { in MakeStdLanguageRunIterator()
H A DSkShaper_harfbuzz.cpp362 SkUnicodeHbScriptRunIterator(const char* utf8, in SkUnicodeHbScriptRunIterator()
741 void ShaperHarfBuzz::shape(const char* utf8, in shape()
774 void ShaperHarfBuzz::shape(const char* utf8, in shape()
786 void ShaperHarfBuzz::shape(const char* utf8, in shape()
807 void ShaperDrivenWrapper::wrap(char const * const utf8, size_t utf8Bytes, in wrap()
965 void ShapeThenWrap::wrap(char const * const utf8, size_t utf8Bytes, in wrap()
1194 void ShapeDontWrapOrReorder::wrap(char const * const utf8, size_t utf8Bytes, in wrap()
1278 ShapedRun ShaperHarfBuzz::shape(char const * const utf8, in shape()
1456 SkShaper::MakeHbIcuScriptRunIterator(const char* utf8, size_t utf8Bytes) { in MakeHbIcuScriptRunIterator()
1461 SkShaper::MakeSkUnicodeHbScriptRunIterator(const char* utf8, size_t utf8Bytes) { in MakeSkUnicodeHbScriptRunIterator()
[all …]
/aosp_15_r20/bionic/tests/
H A Diconv_test.cpp56 const char* utf8 = "a٦ᄀ"; // U+0666 ٦ 0xd9 0xa6 // U+1100 ᄀ 0xe1 0x84 0x80 in TEST() local
82 const char* utf8 = "a٦ᄀz"; // U+0666 ٦ 0xd9 0xa6 // U+1100 ᄀ 0xe1 0x84 0x80 in TEST() local
111 const char* utf8 = "a٦ᄀz"; // U+0666 ٦ 0xd9 0xa6 // U+1100 ᄀ 0xe1 0x84 0x80 in TEST() local
139 const char* utf8 = "a٦ᄀz"; // U+0666 ٦ 0xd9 0xa6 // U+1100 ᄀ 0xe1 0x84 0x80 in TEST() local
165 const char* utf8 = "a\xd9z"; // 0xd9 is the first byte of the two-byte U+0666 ٦. in TEST() local
198 const char* utf8 = "a\xd9"; // 0xd9 is the first byte of the two-byte U+0666 ٦. in TEST() local
225 const char* utf8 = "abc"; in TEST() local
295 const char* utf8 = "$€��"; // U+0024, U+20AC, U+10437. in RoundTrip() local
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/
H A DConstantPool.java97 int utf8 = utf8(value); in classInfo() local
107 int utf8(String value) { in utf8() method in ConstantPool
155 int utf8 = utf8(value); in string() local
167 int utf8 = utf8(value); in moduleInfo() local
179 int utf8 = utf8(value); in packageInfo() local
/aosp_15_r20/external/skia/modules/skshaper/utils/
H A DFactoryHelpers.h58 std::unique_ptr<SkShaper::BiDiRunIterator> makeBidiRunIterator(const char* utf8, in makeBidiRunIterator()
64 std::unique_ptr<SkShaper::ScriptRunIterator> makeScriptRunIterator(const char* utf8, in makeScriptRunIterator()
82 std::unique_ptr<SkShaper::BiDiRunIterator> makeBidiRunIterator(const char* utf8, in makeBidiRunIterator()
87 std::unique_ptr<SkShaper::ScriptRunIterator> makeScriptRunIterator(const char* utf8, in makeScriptRunIterator()
/aosp_15_r20/art/libdexfile/dex/
H A Dutf.cc31 size_t CountModifiedUtf8Chars(const char* utf8) { in CountModifiedUtf8Chars()
50 size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()
143 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length) { in ComputeUtf16HashFromModifiedUtf8()
173 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16, in CompareModifiedUtf8ToUtf16AsCodePointValues()
235 std::string PrintableString(const char* utf8) { in PrintableString()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dstring_encoding_utils_unittests.cc102 std::string utf8 = ConvertUtf16LeToUtf8({kUtf16Le, sizeof(kUtf16Le)}); in TEST() local
108 std::string utf8 = ConvertUtf16BeToUtf8({kUtf16Be, sizeof(kUtf16Be)}); in TEST() local
114 std::string utf8 = in TEST() local
122 std::string utf8 = in TEST() local
/aosp_15_r20/external/skia/modules/skparagraph/tests/
H A 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()
/aosp_15_r20/external/libchrome/base/strings/
H A Dutf_string_conversions_unittest.cc53 std::ostringstream utf8; in TEST() local
73 const char* utf8; in TEST() member
129 const char* utf8; in TEST() member
159 const char* utf8; in TEST() member
/aosp_15_r20/external/cronet/base/strings/
H A Dutf_string_conversions_unittest.cc54 std::ostringstream utf8; in TEST() local
74 const char* utf8; in TEST() member
127 const char* utf8; in TEST() member
157 const char* utf8; in TEST() member

12345678910>>...29