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

  /external/icu4c/i18n/
uspoof_impl.cpp 742 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes;
743 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC ||
744 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader))
754 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength);
792 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
793 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
797 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
798 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
802 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable);
803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 864 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes;
865 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC ||
866 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader))
876 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength);
914 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
915 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
919 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
920 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
924 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable);
925 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2
    [all...]

Completed in 85 milliseconds