Searched refs:startpos (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp68 void _FaxFillBits(FX_LPBYTE dest_buf, int columns, int startpos, int endpos) argument
70 if (startpos < 0) {
71 startpos = 0;
79 if (startpos >= endpos) {
82 int first_byte = startpos / 8;
85 for (int i = startpos % 8; i <= (endpos - 1) % 8; i ++) {
91 for (i = startpos % 8; i < 8; i ++) {
507 int startpos = 0; local
530 _FaxFillBits(dest_buf, columns, startpos, startpos
[all...]
/external/smack/src/org/xbill/DNS/
H A DMessage.java438 int startpos = out.current();
457 out.jump(startpos);
474 out.jump(startpos);
/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
H A Dre2.h453 // Match against text starting at offset startpos
473 int startpos,
/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
H A Dre2.h453 // Match against text starting at offset startpos
473 int startpos,
/external/pcre/dist/
H A Dpcrecpp.h675 int startpos,
H A Dpcrecpp.cc503 int startpos,
537 startpos,
502 TryMatch(const StringPiece& text, int startpos, Anchor anchor, bool empty_ok, int *vec, int vecsize) const argument
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp2513 FX_BOOL CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, FX_FILESIZE limit, FX_LPCBYTE tag, FX_DWORD taglen) argument
2520 if (bCheckRight && startpos + (FX_INT32)taglen <= limit && GetCharAt(startpos + (FX_INT32)taglen, ch)) {
2526 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) {
2581 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos; local
2582 if (!bWholeWord || IsWholeWord(startpos, limit, tag, taglen)) {
2583 m_Pos = startpos;
2672 FX_FILESIZE startpos = m_Pos; local
2681 return m_Pos - startpos
[all...]
/external/chromium_org/third_party/re2/util/
H A Dpcre.h484 int startpos,
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.h478 int startpos,
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/libvpx/source/libvpx/tools/
H A Dcpplint.py1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar):
1224 startpos: start searching at this position.
1225 depth: nesting level at startpos.
1233 for i in xrange(startpos, len(line)):
4075 (_, startline, startpos) = ReverseCloseExpression(
4077 if startpos > -1 and startline < linenum:
/external/libvpx/libvpx/tools/
H A Dcpplint.py1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar):
1224 startpos: start searching at this position.
1225 depth: nesting level at startpos.
1233 for i in xrange(startpos, len(line)):
4075 (_, startline, startpos) = ReverseCloseExpression(
4077 if startpos > -1 and startline < linenum:
/external/chromium_org/third_party/ply/
H A Dyacc.py225 startpos = getattr(self.slice[n],"lexpos",0)
226 endpos = getattr(self.slice[n],"endlexpos",startpos)
227 return startpos,endpos
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py1840 startpos = self.file_position_stack.pop()
1841 self.file.seek(startpos)
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py1031 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar):
1036 startpos: start searching at this position.
1037 depth: nesting level at startpos.
1044 for i in xrange(startpos, len(line)):
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h313 FX_BOOL IsWholeWord(FX_FILESIZE startpos, FX_FILESIZE limit, FX_LPCBYTE tag, FX_DWORD taglen);
/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 1106 milliseconds