Searched refs:endIdx (Results 1 - 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
H A Dmoviefragmentrandomaccess.cpp355 uint32 startIdx = 0, endIdx = 0; local
378 endIdx = entries;
399 endIdx = entries;
406 endIdx = startIdx + howManyKeySamples;
417 for (idx = startIdx; idx < endIdx; idx++)
H A Dsampletableatom.cpp2063 uint32 startIdx = 0, endIdx = 0, k = 0, idx = 0; local
2070 endIdx = numSyncSamples;
2076 endIdx = startIdx + howManyKeySamples;
2084 for (idx = startIdx; idx < endIdx; idx++)
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp504 std::string::size_type begIdx, endIdx; local
512 endIdx = cdata.find_first_of (whitespace, begIdx);
513 if (endIdx == string::npos) {
515 endIdx = cdata.length();
518 // word.assign(cdata,begIdx,endIdx);
519 word.append (cdata, begIdx, endIdx - begIdx);
542 begIdx = cdata.find_first_not_of (whitespace, endIdx);
/external/jdiff/src/jdiff/
H A DComments.java204 int endIdx = comments.commentsList_.indexOf(key);
205 int numIdx = endIdx - startIdx + 1;

Completed in 139 milliseconds