Searched defs:startpos (Results 1 - 9 of 9) sorted by relevance

/external/grub/stage2/
H A Dfsys_jfs.c233 int toread, startpos, endpos; local
235 startpos = filepos;
269 return filepos - startpos;
H A Dfsys_xfs.c492 int toread, startpos, endpos; local
500 startpos = filepos;
533 return filepos - startpos;
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc463 int startpos,
504 startpos,
462 TryMatch(const StringPiece& text, int startpos, Anchor anchor, bool empty_ok, int *vec, int vecsize) const argument
/external/regex-re2/util/
H A Dpcre.cc458 int startpos,
499 startpos,
457 TryMatch(const StringPiece& text, int startpos, Anchor anchor, bool empty_ok, int *vec, int vecsize) const argument
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc544 int startpos,
555 if (startpos < 0 || startpos > endpos || endpos > text.size()) {
557 LOG(ERROR) << "RE2: invalid startpos, endpos pair.";
562 subtext.remove_prefix(startpos);
579 if (prog_->anchor_start() && startpos != 0)
592 if (startpos != 0)
543 Match(const StringPiece& text, int startpos, int endpos, Anchor re_anchor, StringPiece* submatch, int nsubmatch) const argument
/external/regex-re2/re2/
H A Dre2.cc526 int startpos,
537 if (startpos < 0 || startpos > endpos || endpos > text.size()) {
539 LOG(ERROR) << "RE2: invalid startpos, endpos pair.";
544 subtext.remove_prefix(startpos);
561 if (prog_->anchor_start() && startpos != 0)
574 if (startpos != 0)
525 Match(const StringPiece& text, int startpos, int endpos, Anchor re_anchor, StringPiece* submatch, int nsubmatch) const argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1790 milliseconds