Searched refs:IsValidUTF8 (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gtest/src/ |
D | gtest-printers.cc | 382 bool IsValidUTF8(const char* str, size_t length) { in IsValidUTF8() function 419 IsValidUTF8(str, length)) { in ConditionalPrintAsText()
|
/third_party/googletest/googletest/src/ |
D | gtest-printers.cc | 459 bool IsValidUTF8(const char* str, size_t length) { in IsValidUTF8() function 496 IsValidUTF8(str, length)) { in ConditionalPrintAsText()
|
/third_party/re2/re2/ |
D | parse.cc | 1416 static bool IsValidUTF8(const StringPiece& s, RegexpStatus* status) { in IsValidUTF8() function 1759 if (!IsValidUTF8(seq, status)) in ParseUnicodeGroup() 1767 if (!IsValidUTF8(name, status)) in ParseUnicodeGroup() 2069 if (!IsValidUTF8(*s, status_)) in ParsePerlFlags() 2079 if (!IsValidUTF8(name, status_)) in ParsePerlFlags()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 731 bool IsValidUTF8(PyObject* obj) { in IsValidUTF8() function 761 if (!IsValidUTF8(arg) && !AllowInvalidUTF8(descriptor)) { in CheckString()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 12217 bool IsValidUTF8(const char* str, size_t length) { in IsValidUTF8() function 12254 IsValidUTF8(str, length)) { in ConditionalPrintAsText()
|