HomeSort by relevance Sort by last modified time
    Searched refs:inPos (Results 1 - 4 of 4) sorted by null

  /packages/apps/Phone/src/com/android/phone/
BitmapUtils.java 126 int inPos = 0;
138 int argb = in[inPos + (widthMask & (x + i))];
150 inPos += width;
  /external/svox/pico/lib/
picotrns.c 148 picoos_int32 inPos; /**< corresponding position in input string */
311 if (altDesc->inPos < inSeqLen) {
312 inSym = inSeq[altDesc->inPos].sym;
318 (*outRefPos) = inSeq[altDesc->inPos].pos;
320 (*nextInPos) = altDesc->inPos + 1;
324 picokfst_kfstStartPairSearch(fst,inSeq[altDesc->inPos].sym,& inSymFound,& altDesc->searchState);
329 PICOTRNS_PRINTSYM(NULL, inSeq[altDesc->inPos].sym);
346 (*outRefPos) = inSeq[altDesc->inPos].pos;
347 (*nextInPos) = altDesc->inPos + 1;
367 (*nextInPos) = altDesc->inPos;
    [all...]
picosa.c 786 inPos start position of current grapheme (0..inLen-1)
795 const picoos_uint8 inPos,
806 pos = inPos;
    [all...]
  /prebuilt/common/http-client/
commons-codec-1.4.jar 

Completed in 643 milliseconds