OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endstr
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/org/xbill/DNS/
Master.java
201
String
endstr
= s.substring(n + 1);
local
203
n =
endstr
.indexOf("/");
205
stepstr =
endstr
.substring(n + 1);
206
endstr
=
endstr
.substring(0, n);
209
long end = parseUInt32(
endstr
);
/external/chromium_org/third_party/libxslt/libxslt/
attributes.c
1045
const xmlChar *curstr, *
endstr
;
local
1078
endstr
= curstr;
1079
while ((*
endstr
!= 0) && (!IS_BLANK(*
endstr
)))
1080
endstr
++;
1081
curstr = xmlDictLookup(ctxt->dict, curstr,
endstr
- curstr);
1123
curstr =
endstr
;
/external/libxslt/libxslt/
attributes.c
1045
const xmlChar *curstr, *
endstr
;
local
1078
endstr
= curstr;
1079
while ((*
endstr
!= 0) && (!IS_BLANK(*
endstr
)))
1080
endstr
++;
1081
curstr = xmlDictLookup(ctxt->dict, curstr,
endstr
- curstr);
1123
curstr =
endstr
;
Completed in 88 milliseconds