Searched refs:safeCharacters (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DFormDataBuilder.cpp206 static const char safeCharacters[] = "-._*"; local
213 if ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= '0' && c <= '9') || strchr(safeCharacters, c))

Completed in 347 milliseconds