Home
last modified time | relevance | path

Searched refs:WriteCodePoint (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_string/
H A Dutf_codecs_test.cc193 TEST(UtfCodecs, WriteCodePoint) { in TEST() argument
201 auto rslt = pw::utf8::WriteCodePoint(code_point, out); in TEST()
214 auto rslt = pw::utf8::WriteCodePoint(code_point, out); in TEST()
227 auto rslt = pw::utf8::WriteCodePoint(code_point, out); in TEST()
240 auto rslt = pw::utf8::WriteCodePoint(code_point, out); in TEST()
251 EXPECT_FALSE(pw::utf8::WriteCodePoint(code_point, out).ok()); in TEST()
263 EXPECT_FALSE(pw::utf8::WriteCodePoint(code_point, out).ok()); in TEST()
H A Dutf_codecs.cc23 Status WriteCodePoint(uint32_t code_point, pw::StringBuilder& output) { in WriteCodePoint() function
H A Dapi.rst112 .. doxygenfunction:: pw::utf8::WriteCodePoint(uint32_t code_point, pw::StringBuilder& output)
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/
H A Dutf_codecs.h250 Status WriteCodePoint(uint32_t code_point, pw::StringBuilder& output);
/aosp_15_r20/external/pigweed/docs/
H A Dchangelog.rst3750 :cpp:func:`pw::utf8::WriteCodePoint` methods provide basic UTF-8 decoding