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

  /external/icu4c/i18n/
uspoof_impl.cpp 780 int32_t sectionLength;
793 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
798 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
808 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
813 sectionLength = ds->readUInt32(spoofDH->fAnyCaseTrieLength)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 902 int32_t sectionLength;
915 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
916 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
920 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
921 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
925 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
926 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
930 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
931 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
935 sectionLength = ds->readUInt32(spoofDH->fAnyCaseTrieLength)
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 480 size_t sectionLength = 0;
491 if (section == NULL || sectionLength < strLength) {
494 sectionLength = strLength;
514 const char *keyTagName = key + sectionLength + 1; // x.y.z -> z
515 if (sectionLength + 1 >= keyLength) {
  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 342 const char* sectionLength = NULL;
346 sectionLength = skipWhite(inLine + 18);
349 numericLength = strtoul(sectionLength, &endScan, 16);
350 if(0 == errno && endScan != sectionLength)
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp     [all...]

Completed in 3191 milliseconds