Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_string/public/pw_string/
H A Dutf_codecs.h221 constexpr Result<EncodedCodePoint> EncodeCodePoint(uint32_t code_point) { in EncodeCodePoint() function
/aosp_15_r20/external/pigweed/pw_string/
H A Dutf_codecs_test.cc269 TEST(UtfCodecs, EncodeCodePoint) { in TEST() argument