Home
last modified time | relevance | path

Searched defs:colonpos (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDocumentImpl.java1515 int colonpos = qName.indexOf(":"); in getExpandedTypeID() local
1559 int colonpos = expandedName.indexOf(":"); in getLocalNameFromExpandedNameID() local
1576 int colonpos = expandedName.indexOf(":"); in getNamespaceFromExpandedNameID() local
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc148 const std::string::size_type colonpos = in_str.find(':'); in GetServiceTypeAndHostnameFromUri() local
193 std::string::size_type colonpos = in_str.find(':', closebracket); in ParseHostnameAndPortFromString() local
205 std::string::size_type colonpos = in_str.find(':'); in ParseHostnameAndPortFromString() local