Functions
-
bool IsStructurallyValid (absl::string_view str)Returns true if the sequence of characters is a valid UTF-8 sequence.
Defined at line 18 of file ../../third_party/grpc/src/third_party/utf8_range/utf8_validity.h
-
size_t SpanStructurallyValid (absl::string_view str)Returns the length in bytes of the prefix of str that is all
structurally valid UTF-8.
Defined at line 24 of file ../../third_party/grpc/src/third_party/utf8_range/utf8_validity.h