FormatByte       3526 modules/ts/include/opencv2/ts/ts_gtest.h   static std::string FormatByte(unsigned char value);
FormatByte       4678 modules/ts/src/ts_gtest.cpp             m << "&#x" << String::FormatByte(static_cast<unsigned char>(ch))
FormatByte       4936 modules/ts/src/ts_gtest.cpp         result.append("%" + String::FormatByte(static_cast<unsigned char>(ch)));