HomeSort by relevance Sort by last modified time
    Searched defs:IsToken (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_field_util.cc 57 bool IsToken(char c) {
77 if (IsTokenPrefix(*current) && IsToken(*next)) {
  /external/chromium_org/net/http/
http_util.h 108 static bool IsToken(std::string::const_iterator begin,
110 static bool IsToken(const std::string& str) {
111 return IsToken(str.begin(), str.end());

Completed in 2186 milliseconds