HomeSort by relevance Sort by last modified time
    Searched defs:startpos (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 112 int startpos = position; local
155 startpos);
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 184 int previouscol, startpos; local
187 startpos = 0;
218 netindex[previouscol] = (startpos + i) >> 1;
222 startpos = i;
225 netindex[previouscol] = (startpos + maxnetpos) >> 1;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 103 void _FaxFillBits(FX_LPBYTE dest_buf, int columns, int startpos, int endpos)
105 if (startpos < 0) {
106 startpos = 0;
114 if (startpos >= endpos) {
117 int first_byte = startpos / 8;
120 for (int i = startpos % 8; i <= (endpos - 1) % 8; i ++) {
126 for (i = startpos % 8; i < 8; i ++) {
542 int startpos = 0; local
565 _FaxFillBits(dest_buf, columns, startpos, startpos + run_len)
    [all...]
  /external/valgrind/coregrind/
m_main.c 627 const HChar *startpos = tmp_str; local
637 nextpos = VG_(strchr)(startpos, ',');
639 nextpos = startpos + VG_(strlen)(startpos);
640 if (startpos != nextpos) {
642 = VG_(malloc)("main.mpclo.2", nextpos - startpos + 1);
643 VG_(memcpy)(VG_(clo_error_markers)[m], startpos,
644 nextpos - startpos);
645 VG_(clo_error_markers)[m][nextpos - startpos] = '\0';
647 startpos = *nextpos ? nextpos + 1 : nextpos
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 2594 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos; local
2685 FX_FILESIZE startpos = m_Pos; local
    [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 119 milliseconds