OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uend
(Results
1 - 1
of
1
) sorted by null
/external/webkit/JavaScriptCore/runtime/
UString.cpp
651
const UChar*
uend
= u + s1.size();
local
652
while (u !=
uend
&& *s2) {
659
return u ==
uend
&& *s2 == 0;
Completed in 117 milliseconds