HomeSort by relevance Sort by last modified time
    Searched refs:eend (Results 1 - 6 of 6) 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...]
  /ndk/tests/device/test-gnustl-full/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...]
  /ndk/tests/device/test-stlport/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/libppp/src/
chat.c 381 char *abegin, *ebegin, *begin, *aend, *eend, *end; local
398 eend = ebegin + in;
409 aend = eend;
412 end = aend < eend ? eend : aend;
444 eend -= chop;
449 if (begin >= ebegin && begin < eend &&
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 409 const u64 eend = epoch % TraceSize(); local
410 const u64 ebegin = RoundDown(eend, kTracePartSize);
411 DPrintf("#%d: RestoreStack epoch=%zu ebegin=%zu eend=%zu partidx=%d\n",
412 tid, (uptr)epoch, (uptr)ebegin, (uptr)eend, partidx);
422 for (uptr i = ebegin; i <= eend; i++) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 984 eend = @fromLineNumber.nil? ? operation.end_in_new : operation.end_in_old
985 escaped_text = CGI.escapeHTML(@text[start...eend])
986 if eend - start === 0 or operation.action === :equal

Completed in 129 milliseconds