Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp64 static bool ValidateUTF8(const std::string &str) { in ValidateUTF8() function
340 if (!opts.allow_non_utf8 && !ValidateUTF8(attribute_)) { in Next()