OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionLength
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
uspoof_impl.cpp
911
int32_t
sectionLength
;
924
sectionLength
= ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
925
ds->swapArray32(ds, inBytes+sectionStart,
sectionLength
, outBytes+sectionStart, status);
929
sectionLength
= ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
930
ds->swapArray16(ds, inBytes+sectionStart,
sectionLength
, outBytes+sectionStart, status);
934
sectionLength
= ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
935
ds->swapArray16(ds, inBytes+sectionStart,
sectionLength
, outBytes+sectionStart, status);
939
sectionLength
= ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
940
ds->swapArray16(ds, inBytes+sectionStart,
sectionLength
, outBytes+sectionStart, status);
944
sectionLength
= ds->readUInt32(spoofDH->fAnyCaseTrieLength)
[
all
...]
/frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp
[
all
...]
Completed in 404 milliseconds