Searched refs:colonpos (Results 1 – 2 of 2) sorted by relevance
59 const std::string::size_type colonpos = in_str.find(':'); in GetServiceTypeAndHostnameFromUri() local60 if (colonpos == std::string::npos) { in GetServiceTypeAndHostnameFromUri()64 if ((colonpos + 1) == in_str.length()) { in GetServiceTypeAndHostnameFromUri()70 if (in_str.compare(0, colonpos, kValidIceServiceTypes[i]) == 0) { in GetServiceTypeAndHostnameFromUri()78 *hostname = in_str.substr(colonpos + 1, std::string::npos); in GetServiceTypeAndHostnameFromUri()104 std::string::size_type colonpos = in_str.find(':', closebracket); in ParseHostnameAndPortFromString() local105 if (std::string::npos != colonpos) { in ParseHostnameAndPortFromString()116 std::string::size_type colonpos = in_str.find(':'); in ParseHostnameAndPortFromString() local117 if (std::string::npos != colonpos) { in ParseHostnameAndPortFromString()118 if (!ParsePort(in_str.substr(colonpos + 1, std::string::npos), port)) { in ParseHostnameAndPortFromString()[all …]
1515 int colonpos = qName.indexOf(":"); in getExpandedTypeID() local1516 String localName = qName.substring(colonpos+1); in getExpandedTypeID()1559 int colonpos = expandedName.indexOf(":"); in getLocalNameFromExpandedNameID() local1560 String localName = expandedName.substring(colonpos+1); in getLocalNameFromExpandedNameID()1576 int colonpos = expandedName.indexOf(":"); in getNamespaceFromExpandedNameID() local1577 String nsName = expandedName.substring(0, colonpos); in getNamespaceFromExpandedNameID()