Home
last modified time | relevance | path

Searched defs:utf8_bytes (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/skia/modules/skottie/src/text/
H A DTextShaper.cpp333 const size_t utf8_bytes = SkToSizeT(end - start); in shapeLine() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs673 let mut utf8_bytes = Vec::with_capacity(self.len()); in to_string_lossy() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs683 let mut utf8_bytes = Vec::with_capacity(self.len()); in to_string_lossy() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs683 let mut utf8_bytes = Vec::with_capacity(self.len()); in to_string_lossy() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs673 let mut utf8_bytes = Vec::with_capacity(self.len()); in to_string_lossy() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs683 let mut utf8_bytes = Vec::with_capacity(self.len()); in to_string_lossy() localVariable
/aosp_15_r20/external/python/bumble/bumble/
Dhci.py72 def map_null_terminated_utf8_string(utf8_bytes): argument
/aosp_15_r20/external/ow2-asm/benchmarks/libs/
HDcsg-bytecode-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/claritysys/ com/ ...
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp6220 std::array<std::char_traits<char>::int_type, 4> utf8_bytes = {{0, 0, 0, 0}}; member in nlohmann::detail::wide_string_input_adapter