OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colonpos
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc
109
std::string::size_type
colonpos
= in_str.find(':');
local
110
if (
colonpos
== std::string::npos) {
113
std::string type = in_str.substr(0,
colonpos
);
123
*hostname = in_str.substr(
colonpos
+ 1, std::string::npos);
139
std::string::size_type
colonpos
= in_str.find(':', closebracket);
local
140
if (std::string::npos !=
colonpos
) {
150
std::string::size_type
colonpos
= in_str.find(':');
local
151
if (std::string::npos !=
colonpos
) {
152
*host = in_str.substr(0,
colonpos
);
154
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 55 milliseconds