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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 107 std::string::size_type colonpos = in_str.find(':'); local
108 if (colonpos == std::string::npos) {
111 std::string type = in_str.substr(0, colonpos);
121 *hostname = in_str.substr(colonpos + 1, std::string::npos);
137 std::string::size_type colonpos = in_str.find(':', closebracket); local
138 if (std::string::npos != colonpos) {
148 std::string::size_type colonpos = in_str.find(':'); local
149 if (std::string::npos != colonpos) {
150 *host = in_str.substr(0, colonpos);
152 in_str.substr(colonpos + 1, std::string::npos), port))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 835 // int colonpos = qname.indexOf(":");
836 // String attName = qname.substring(colonpos+1);
838 // if (colonpos > 0) {
839 // String prefix = qname.substring(0, colonpos);
1515 int colonpos = qName.indexOf(":"); local
1559 int colonpos = expandedName.indexOf(":"); local
1576 int colonpos = expandedName.indexOf(":"); local
    [all...]

Completed in 109 milliseconds