Home | History | Annotate | Download | only in src

Lines Matching refs:FormatByte

3150 std::string String::FormatByte(unsigned char value) {
4678 m << "&#x" << String::FormatByte(static_cast<unsigned char>(ch))
4936 result.append("%" + String::FormatByte(static_cast<unsigned char>(ch)));