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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
TokenIterator.java 116 int startpos = position; local
159 startpos);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 114 int startpos = position; local
157 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 99 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) {
100 if (startpos < 0) {
101 startpos = 0;
109 if (startpos >= endpos) {
112 int first_byte = startpos / 8;
115 for (int i = startpos % 8; i <= (endpos - 1) % 8; i++) {
121 for (i = startpos % 8; i < 8; i++) {
434 int startpos = 0; local
458 FaxFillBits(dest_buf, columns, startpos, startpos + run_len)
    [all...]
  /external/valgrind/coregrind/
m_main.c 621 const HChar *startpos = tmp_str; local
631 nextpos = VG_(strchr)(startpos, ',');
633 nextpos = startpos + VG_(strlen)(startpos);
634 if (startpos != nextpos) {
636 = VG_(malloc)("main.mpclo.2", nextpos - startpos + 1);
637 VG_(memcpy)(VG_(clo_error_markers)[m], startpos,
638 nextpos - startpos);
639 VG_(clo_error_markers)[m][nextpos - startpos] = '\0';
641 startpos = *nextpos ? nextpos + 1 : nextpos
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 2613 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos; local
2693 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/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 184 milliseconds