Searched refs:sectionLength (Results 1 – 4 of 4) sorted by relevance
/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()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | uspoof_impl.cpp | 939 int32_t sectionLength; in uspoof_swap() local 952 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap() 953 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 957 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap() 958 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 962 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap() 963 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
|
/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()
|