Home
last modified time | relevance | path

Searched refs:readUInt32 (Results 1 – 25 of 73) sorted by relevance

123

/third_party/icu/icu4c/source/common/
Drbbidata.cpp348 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
350 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) { in ubrk_swap()
359 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
403 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
408 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
427 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
432 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
451 ucptrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
[all …]
Ducol_swp.cpp70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary()
133 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3()
162 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3()
163 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3()
164 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3()
165 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3()
166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
167 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3()
168 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3()
169 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3()
[all …]
Dutrie_swap.cpp49 trie.signature=ds->readUInt32(inTrie->signature); in utrie_swap()
50 trie.options=ds->readUInt32(inTrie->options); in utrie_swap()
120 trie.signature=ds->readUInt32(inTrie->signature); in utrie2_swap()
207 trie.signature=ds->readUInt32(inTrie->signature); in ucptrie_swap()
Ducnv_bld.cpp1386 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap()
1390 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap()
1439 ((mbcsHeader.options=ds->readUInt32(inMBCSHeader->options))& in ucnv_swap()
1452 mbcsHeader.countStates= ds->readUInt32(inMBCSHeader->countStates); in ucnv_swap()
1453 mbcsHeader.countToUFallbacks= ds->readUInt32(inMBCSHeader->countToUFallbacks); in ucnv_swap()
1454 mbcsHeader.offsetToUCodeUnits= ds->readUInt32(inMBCSHeader->offsetToUCodeUnits); in ucnv_swap()
1455 mbcsHeader.offsetFromUTable= ds->readUInt32(inMBCSHeader->offsetFromUTable); in ucnv_swap()
1456 mbcsHeader.offsetFromUBytes= ds->readUInt32(inMBCSHeader->offsetFromUBytes); in ucnv_swap()
1457 mbcsHeader.flags= ds->readUInt32(inMBCSHeader->flags); in ucnv_swap()
1458 mbcsHeader.fromUBytesLength= ds->readUInt32(inMBCSHeader->fromUBytesLength); in ucnv_swap()
/third_party/node/deps/icu-small/source/common/
Drbbidata.cpp348 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
350 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) { in ubrk_swap()
359 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
403 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
408 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
427 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
432 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
451 ucptrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
[all …]
Ducol_swp.cpp70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary()
133 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3()
162 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3()
163 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3()
164 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3()
165 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3()
166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
167 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3()
168 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3()
169 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3()
[all …]
Dutrie_swap.cpp49 trie.signature=ds->readUInt32(inTrie->signature); in utrie_swap()
50 trie.options=ds->readUInt32(inTrie->options); in utrie_swap()
120 trie.signature=ds->readUInt32(inTrie->signature); in utrie2_swap()
207 trie.signature=ds->readUInt32(inTrie->signature); in ucptrie_swap()
Ducnv_bld.cpp1386 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap()
1390 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap()
1439 ((mbcsHeader.options=ds->readUInt32(inMBCSHeader->options))& in ucnv_swap()
1452 mbcsHeader.countStates= ds->readUInt32(inMBCSHeader->countStates); in ucnv_swap()
1453 mbcsHeader.countToUFallbacks= ds->readUInt32(inMBCSHeader->countToUFallbacks); in ucnv_swap()
1454 mbcsHeader.offsetToUCodeUnits= ds->readUInt32(inMBCSHeader->offsetToUCodeUnits); in ucnv_swap()
1455 mbcsHeader.offsetFromUTable= ds->readUInt32(inMBCSHeader->offsetFromUTable); in ucnv_swap()
1456 mbcsHeader.offsetFromUBytes= ds->readUInt32(inMBCSHeader->offsetFromUBytes); in ucnv_swap()
1457 mbcsHeader.flags= ds->readUInt32(inMBCSHeader->flags); in ucnv_swap()
1458 mbcsHeader.fromUBytesLength= ds->readUInt32(inMBCSHeader->fromUBytesLength); in ucnv_swap()
/third_party/skia/third_party/externals/icu/source/common/
Drbbidata.cpp348 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
350 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) { in ubrk_swap()
359 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
403 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
408 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
427 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
432 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
451 ucptrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
[all …]
Ducol_swp.cpp70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary()
133 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3()
162 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3()
163 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3()
164 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3()
165 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3()
166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
167 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3()
168 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3()
169 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3()
[all …]
Dutrie_swap.cpp49 trie.signature=ds->readUInt32(inTrie->signature); in utrie_swap()
50 trie.options=ds->readUInt32(inTrie->options); in utrie_swap()
120 trie.signature=ds->readUInt32(inTrie->signature); in utrie2_swap()
207 trie.signature=ds->readUInt32(inTrie->signature); in ucptrie_swap()
Ducnv_bld.cpp1386 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap()
1390 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap()
1439 ((mbcsHeader.options=ds->readUInt32(inMBCSHeader->options))& in ucnv_swap()
1452 mbcsHeader.countStates= ds->readUInt32(inMBCSHeader->countStates); in ucnv_swap()
1453 mbcsHeader.countToUFallbacks= ds->readUInt32(inMBCSHeader->countToUFallbacks); in ucnv_swap()
1454 mbcsHeader.offsetToUCodeUnits= ds->readUInt32(inMBCSHeader->offsetToUCodeUnits); in ucnv_swap()
1455 mbcsHeader.offsetFromUTable= ds->readUInt32(inMBCSHeader->offsetFromUTable); in ucnv_swap()
1456 mbcsHeader.offsetFromUBytes= ds->readUInt32(inMBCSHeader->offsetFromUBytes); in ucnv_swap()
1457 mbcsHeader.flags= ds->readUInt32(inMBCSHeader->flags); in ucnv_swap()
1458 mbcsHeader.fromUBytesLength= ds->readUInt32(inMBCSHeader->fromUBytesLength); in ucnv_swap()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbidata.cpp326 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
328 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) { in ubrk_swap()
337 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
381 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
382 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
392 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
393 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
403 utrie2_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
404 outBytes+ds->readUInt32(rbbiDH->fTrie), status); in ubrk_swap()
407 …ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourc… in ubrk_swap()
[all …]
Ducol_swp.cpp70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary()
133 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3()
162 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3()
163 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3()
164 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3()
165 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3()
166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
167 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3()
168 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3()
169 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3()
[all …]
Dutrie_swap.cpp49 trie.signature=ds->readUInt32(inTrie->signature); in utrie_swap()
50 trie.options=ds->readUInt32(inTrie->options); in utrie_swap()
120 trie.signature=ds->readUInt32(inTrie->signature); in utrie2_swap()
207 trie.signature=ds->readUInt32(inTrie->signature); in ucptrie_swap()
Ducnv_bld.cpp1386 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap()
1390 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap()
1439 ((mbcsHeader.options=ds->readUInt32(inMBCSHeader->options))& in ucnv_swap()
1452 mbcsHeader.countStates= ds->readUInt32(inMBCSHeader->countStates); in ucnv_swap()
1453 mbcsHeader.countToUFallbacks= ds->readUInt32(inMBCSHeader->countToUFallbacks); in ucnv_swap()
1454 mbcsHeader.offsetToUCodeUnits= ds->readUInt32(inMBCSHeader->offsetToUCodeUnits); in ucnv_swap()
1455 mbcsHeader.offsetFromUTable= ds->readUInt32(inMBCSHeader->offsetFromUTable); in ucnv_swap()
1456 mbcsHeader.offsetFromUBytes= ds->readUInt32(inMBCSHeader->offsetFromUBytes); in ucnv_swap()
1457 mbcsHeader.flags= ds->readUInt32(inMBCSHeader->flags); in ucnv_swap()
1458 mbcsHeader.fromUBytesLength= ds->readUInt32(inMBCSHeader->fromUBytesLength); in ucnv_swap()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStreamReader.java203 int size = input.readUInt32(); in readMessage()
250 public int readUInt32() throws IOException { in readUInt32() method in CodedInputStreamReader
252 return input.readUInt32(); in readUInt32()
291 final int bytes = input.readUInt32(); in readDoubleList()
317 final int bytes = input.readUInt32(); in readDoubleList()
349 final int bytes = input.readUInt32(); in readFloatList()
375 final int bytes = input.readUInt32(); in readFloatList()
407 final int bytes = input.readUInt32(); in readUInt64List()
433 final int bytes = input.readUInt32(); in readUInt64List()
465 final int bytes = input.readUInt32(); in readInt64List()
[all …]
/third_party/icu/icu4c/source/tools/icuswap/
Dicuswap.cpp414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
445 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
467 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage()
492 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()
547 table[i].nameOffset=ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()
548 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset); in udata_swapPackage()
/third_party/flutter/skia/third_party/externals/icu/source/tools/icuswap/
Dicuswap.cpp414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
445 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
467 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage()
492 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()
547 table[i].nameOffset=ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()
548 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset); in udata_swapPackage()
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
Dicuswap.cpp414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
445 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
467 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage()
492 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()
547 table[i].nameOffset=ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()
548 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset); in udata_swapPackage()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp877 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()
878 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader)) in uspoof_swap()
888 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength); in uspoof_swap()
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
927 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()
931 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
932 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()
936 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
937 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
945 uint32_t magic = ds->readUInt32(spoofDH->fMagic); in uspoof_swap()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp877 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()
878 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader)) in uspoof_swap()
888 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength); in uspoof_swap()
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
927 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()
931 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
932 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()
936 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
937 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
945 uint32_t magic = ds->readUInt32(spoofDH->fMagic); in uspoof_swap()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp902 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()
903 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader)) in uspoof_swap()
913 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength); in uspoof_swap()
951 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
952 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()
956 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
957 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()
961 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
962 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
970 uint32_t magic = ds->readUInt32(spoofDH->fMagic); in uspoof_swap()
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp877 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()
878 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader)) in uspoof_swap()
888 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength); in uspoof_swap()
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
927 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()
931 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
932 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()
936 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
937 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
945 uint32_t magic = ds->readUInt32(spoofDH->fMagic); in uspoof_swap()
/third_party/skia/experimental/skrive/src/reader/
DJsonReader.cpp102 return static_cast<uint8_t>(this->readUInt32(label)); in readUInt8()
106 return static_cast<uint16_t>(this->readUInt32(label)); in readUInt16()
109 uint32_t readUInt32(const char label[]) override { in readUInt32() function in skrive::internal::__anonea38104f0111::JsonReader

123