Home
last modified time | relevance | path

Searched refs:spoofDH (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp742 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes; in uspoof_swap() local
743 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()
744 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader)) in uspoof_swap()
754 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength); in uspoof_swap()
792 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
793 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()
797 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
798 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()
802 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Duspoof_impl.cpp742 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes; in uspoof_swap() local
743 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()
744 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader)) in uspoof_swap()
754 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength); in uspoof_swap()
792 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
793 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()
797 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
798 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()
802 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
[all …]