Searched refs:sectionLength (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof_impl.cpp | 914 int32_t sectionLength; in uspoof_swap() local 927 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap() 928 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 932 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap() 933 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 937 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap() 938 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof_impl.cpp | 914 int32_t sectionLength; in uspoof_swap() local 927 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap() 928 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 932 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap() 933 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 937 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap() 938 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 914 int32_t sectionLength; in uspoof_swap() local 927 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap() 928 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 932 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap() 933 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 937 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap() 938 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
|