Home
last modified time | relevance | path

Searched defs:startpos (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp150 int32_t startpos, in encodeText()
263 int32_t startpos, in encodeBinary()
300 int32_t startpos, in encodeNumeric()
342 int32_t startpos) { in determineConsecutiveDigitCount()
360 int32_t startpos) { in determineConsecutiveTextCount()
390 int32_t startpos, in determineConsecutiveBinaryCount()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java114 int startpos = position; in nextToken() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DTokenIterator.java116 int startpos = position; in nextToken() local
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp141 int32_t startpos, in lookAheadTest()
298 int32_t startpos) { in determineConsecutiveDigitCount()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp99 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits()
434 int startpos = 0; in FaxGet1DLine() local
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DNeuQuant.java184 int previouscol, startpos; in inxbuild() local
/external/pcre/dist/
Dpcrecpp.cc503 int startpos, in TryMatch()
/external/regex-re2/re2/
Dre2.cc526 int startpos, in Match()
/external/lz4/lib/
Dlz4hc.c213 const BYTE** startpos, in LZ4HC_InsertAndGetWiderMatch()
/external/regex-re2/util/
Dpcre.cc458 int startpos, in TryMatch()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp2538 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord()
2613 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos; in SearchWord() local
2693 FX_FILESIZE startpos = m_Pos; in FindTag() local
/external/valgrind/coregrind/
Dm_main.c621 const HChar *startpos = tmp_str; in main_process_cmd_line_options() local
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1031 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
/external/libvpx/libvpx/tools/
Dcpplint.py1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument