OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eend
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
codecvt_test.cpp
63
const char* ebegin, const char*
eend
, const char*& ecur,
69
while (ecur !=
eend
) {
76
if (ecur ==
eend
) {
117
const char *efrom, const char *
eend
, size_t m) const {
122
do_in(tmp, efrom,
eend
, ecur, ibegin, ibegin + m, icur);
156
const char* ebegin, const char*
eend
, const char*& ecur,
179
while (ecur !=
eend
) {
186
if (ecur ==
eend
) {
237
const char *efrom, const char *
eend
, size_t m) const {
249
do_in(tmpState, efrom,
eend
, ecur, ibegin, ibegin + m + offset, icur)
[
all
...]
/external/webkit/WebCore/xml/
XPathParser.cpp
492
HashSet<Vector<Expression*>*>::iterator
eend
= m_expressionVectors.end();
local
493
for (HashSet<Vector<Expression*>*>::iterator it = m_expressionVectors.begin(); it !=
eend
; ++it) {
/packages/apps/Calendar/src/com/android/calendar/
Event.java
355
long
eEnd
= c.getLong(PROJECTION_END_INDEX);
361
e.endMillis =
eEnd
;
Completed in 949 milliseconds