Home
last modified time | relevance | path

Searched refs:ReadCodePoint (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_string/
H A Dutf_codecs_test.cc67 auto rslt = pw::utf8::ReadCodePoint(str); in TEST()
77 auto rslt = pw::utf8::ReadCodePoint(str); in TEST()
83 rslt = pw::utf8::ReadCodePoint({str, char_byte_size - 1}); in TEST()
91 rslt = pw::utf8::ReadCodePoint(bad_continuation); in TEST()
99 auto rslt = pw::utf8::ReadCodePoint(str); in TEST()
105 rslt = pw::utf8::ReadCodePoint({str, char_byte_size - 1}); in TEST()
113 rslt = pw::utf8::ReadCodePoint(bad_continuation); in TEST()
121 auto rslt = pw::utf8::ReadCodePoint(str); in TEST()
127 rslt = pw::utf8::ReadCodePoint({str, char_byte_size - 1}); in TEST()
135 rslt = pw::utf8::ReadCodePoint(bad_continuation); in TEST()
[all …]
H A Dapi.rst113 .. doxygenfunction:: pw::utf8::ReadCodePoint(std::string_view str)
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/
H A Dutf_codecs.h104 constexpr pw::Result<utf::CodePointAndSize> ReadCodePoint( in ReadCodePoint() function
173 auto rslt = utf8::ReadCodePoint(str); in IsStringValid()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc130 bool ReadCodePoint(StringPiece str, int index, uint32_t* cp, in ReadCodePoint() function
322 ok = ReadCodePoint(str, i, &cp, &num_left, &num_read); in Escape()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc130 bool ReadCodePoint(StringPiece str, int index, uint32_t* cp, in ReadCodePoint() function
322 ok = ReadCodePoint(str, i, &cp, &num_left, &num_read); in Escape()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dadvertising_data.cc129 const auto result = pw::utf8::ReadCodePoint(uri); in DecodeUri()
/aosp_15_r20/external/pigweed/docs/
H A Dchangelog.rst3748 The new :cpp:func:`pw::utf8::ReadCodePoint`,