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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 151 int32 startSecondPart, startFirstPart = getPointer(stream);
228 startSecondPart = getPointer(stream);
248 movePointerTo(stream, startSecondPart); /* */
272 movePointerTo(stream, startSecondPart); /* */
284 movePointerTo(stream, startSecondPart);
316 int32 startFirstPart, startSecondPart;
405 startSecondPart = getPointer(stream);
436 movePointerTo(stream, startSecondPart);
470 movePointerTo(stream, startSecondPart);
497 movePointerTo(stream, startSecondPart); /* */
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
CheckYear.java 205 int startSecondPart = -1;
221 startSecondPart = b.length();
243 if (endFirstPart < 0 || startSecondPart < 0) {
251 startSecondPart)
253 + normalized.substring(startSecondPart) + "\t=>\t"

Completed in 622 milliseconds