Lines Matching defs:authority
1897 authority = "";
1913 authority = other.authority;
1926 String authority;
1994 if (authority.size() > 0)
1997 str.append(authority);
2027 String ret = authority;
2039 return authority;
2115 other.authority.size() == 0 &&
2130 if (other.authority.size() > 0)
2135 newUri.authority = other.authority;
2136 newUri.port = other.port;//part of authority
2362 authority.push_back((XMLCh)ch);