Searched refs:ReadCodePoint (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pigweed/pw_string/ |
H A D | utf_codecs_test.cc | 67 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 D | api.rst | 113 .. doxygenfunction:: pw::utf8::ReadCodePoint(std::string_view str)
|
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/ |
H A D | utf_codecs.h | 104 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 D | json_escaping.cc | 130 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 D | json_escaping.cc | 130 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 D | advertising_data.cc | 129 const auto result = pw::utf8::ReadCodePoint(uri); in DecodeUri()
|
/aosp_15_r20/external/pigweed/docs/ |
H A D | changelog.rst | 3748 The new :cpp:func:`pw::utf8::ReadCodePoint`,
|