Home
last modified time | relevance | path

Searched defs:WriteCodePoint (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_string/
H A Dutf_codecs.cc23 Status WriteCodePoint(uint32_t code_point, pw::StringBuilder& output) { in WriteCodePoint() function
H A Dutf_codecs_test.cc193 TEST(UtfCodecs, WriteCodePoint) { in TEST() argument