Lines Matching full:charmap
31 struct Charmap {
39 // Given text to escape and a Charmap defining which values to escape,
41 // to +, otherwise, if spaces are in the charmap, they are converted to
43 std::string Escape(const std::string& text, const Charmap& charmap,
51 } else if (charmap.Contains(c)) {
218 static const Charmap kQueryCharmap = {{
224 static const Charmap kPathCharmap = {{
230 static const Charmap kUrlEscape = {{
236 static const Charmap kNonASCIICharmap = {{
243 static const Charmap kExternalHandlerCharmap = {{