Searched refs:kFormatChars (Results 1 – 2 of 2) sorted by relevance
20 static const std::string kFormatChars = std::string("duoxXfFeEgGaAcsp"); variable
101 formatString.push_back(kFormatChars.at(static_cast<uint8_t>(formatType))); in fuzzFormat()