Searched defs:slen (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dustring.h136 inline void insert (uoff_t ip, const string& s, uoff_t sp, size_type slen) { insert (iat(ip), s.iat(sp), s.iat(sp + slen)); } argument
147 inline void replace (iterator first, iterator last, const_pointer s, size_type slen) { replace (first, last, s, s + slen); } argument
150 inline void replace (uoff_t rp, size_type n, const string& s, uoff_t sp, size_type slen) { replace (iat(rp), iat(rp + n), s.iat(sp), s.iat(sp + slen)); } argument
151 inline void replace (uoff_t rp, size_type n, const_pointer s, size_type slen) { replace (iat(rp), iat(rp + n), s, s + slen); } local
/frameworks/base/libs/ui/
H A DEventRecurrence.cpp341 if (name##Count != 0 || NO_ERROR != parse_int_list(s, slen, \
364 const size_t slen = i-start; local
366 String8 thestring(String16(s, slen));
372 lhsIndex = match_proc(LHSPROC, s, slen);
386 index = match_proc(FREQPROC, s, slen);
393 until.setTo(String16(s, slen));
397 || NO_ERROR != parse_int(s, slen,
404 || NO_ERROR != parse_int(s, slen,
420 parse_int_list(s, slen, &bydayCount,
450 index = match_proc(WEEKDAYPROC, s, slen);
[all...]

Completed in 45 milliseconds