Home | History | Annotate | Download | only in src

Lines Matching refs:FormatByte

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