Home
last modified time | relevance | path

Searched refs:headerLength (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.cpp113 int32_t &infoLength, int32_t &headerLength, in getDataInfo() argument
140 headerLength=pHeader->dataHeader.headerSize; in getDataInfo()
143 headerLength=readSwapUInt16(pHeader->dataHeader.headerSize); in getDataInfo()
147 if( headerLength<(int32_t)sizeof(DataHeader) || in getDataInfo()
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) || in getDataInfo()
150 (length>=0 && length<headerLength) in getDataInfo()
163 int32_t infoLength, headerLength; in getTypeEnumForInputData() local
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode); in getTypeEnumForInputData()
410 headerLength=(int32_t)(4+sizeof(dataInfo)); in Package()
411 if(headerLength&0xf) { in Package()
[all …]
Dpkg_imp.h35 int32_t &infoLength, int32_t &headerLength,
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.cpp113 int32_t &infoLength, int32_t &headerLength, in getDataInfo() argument
140 headerLength=pHeader->dataHeader.headerSize; in getDataInfo()
143 headerLength=readSwapUInt16(pHeader->dataHeader.headerSize); in getDataInfo()
147 if( headerLength<(int32_t)sizeof(DataHeader) || in getDataInfo()
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) || in getDataInfo()
150 (length>=0 && length<headerLength) in getDataInfo()
163 int32_t infoLength, headerLength; in getTypeEnumForInputData() local
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode); in getTypeEnumForInputData()
410 headerLength=(int32_t)(4+sizeof(dataInfo)); in Package()
411 if(headerLength&0xf) { in Package()
[all …]
Dpkg_imp.h35 int32_t &infoLength, int32_t &headerLength,
/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.cpp113 int32_t &infoLength, int32_t &headerLength, in getDataInfo() argument
140 headerLength=pHeader->dataHeader.headerSize; in getDataInfo()
143 headerLength=readSwapUInt16(pHeader->dataHeader.headerSize); in getDataInfo()
147 if( headerLength<(int32_t)sizeof(DataHeader) || in getDataInfo()
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) || in getDataInfo()
150 (length>=0 && length<headerLength) in getDataInfo()
163 int32_t infoLength, headerLength; in getTypeEnumForInputData() local
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode); in getTypeEnumForInputData()
410 headerLength=(int32_t)(4+sizeof(dataInfo)); in Package()
411 if(headerLength&0xf) { in Package()
[all …]
Dpkg_imp.h35 int32_t &infoLength, int32_t &headerLength,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.cpp113 int32_t &infoLength, int32_t &headerLength, in getDataInfo() argument
140 headerLength=pHeader->dataHeader.headerSize; in getDataInfo()
143 headerLength=readSwapUInt16(pHeader->dataHeader.headerSize); in getDataInfo()
147 if( headerLength<(int32_t)sizeof(DataHeader) || in getDataInfo()
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) || in getDataInfo()
150 (length>=0 && length<headerLength) in getDataInfo()
163 int32_t infoLength, headerLength; in getTypeEnumForInputData() local
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode); in getTypeEnumForInputData()
410 headerLength=(int32_t)(4+sizeof(dataInfo)); in Package()
411 if(headerLength&0xf) { in Package()
[all …]
Dpkg_imp.h35 int32_t &infoLength, int32_t &headerLength,
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java77 headerLength = 0; in CollationFastLatinBuilder()
120 char[] resultArray = new char[headerLength]; in getHeader()
121 result.getChars(0, headerLength, resultArray, 0); in getHeader()
126 char[] resultArray = new char[result.length() - headerLength]; in getTable()
127 result.getChars(headerLength, result.length(), resultArray, 0); in getTable()
132 headerLength = 1 + NUM_SPECIAL_GROUPS; in loadGroups()
133 int r0 = (CollationFastLatin.VERSION << 8) | headerLength; in loadGroups()
190 result.setLength(headerLength); in resetCEs()
561 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions()
568 result.setCharAt(headerLength + i, (char) CollationFastLatin.BAIL_OUT); in encodeContractions()
[all …]
DCollationDataReader.java384 int headerLength = header0 & 0xff; in read() local
385 data.fastLatinTableHeader = new char[headerLength]; in read()
387 for(int i = 1; i < headerLength; ++i) { in read()
390 int tableLength = length / 2 - headerLength; in read()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationFastLatinBuilder.java78 headerLength = 0; in CollationFastLatinBuilder()
121 char[] resultArray = new char[headerLength]; in getHeader()
122 result.getChars(0, headerLength, resultArray, 0); in getHeader()
127 char[] resultArray = new char[result.length() - headerLength]; in getTable()
128 result.getChars(headerLength, result.length(), resultArray, 0); in getTable()
133 headerLength = 1 + NUM_SPECIAL_GROUPS; in loadGroups()
134 int r0 = (CollationFastLatin.VERSION << 8) | headerLength; in loadGroups()
191 result.setLength(headerLength); in resetCEs()
562 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions()
569 result.setCharAt(headerLength + i, (char) CollationFastLatin.BAIL_OUT); in encodeContractions()
[all …]
DCollationDataReader.java385 int headerLength = header0 & 0xff; in read() local
386 data.fastLatinTableHeader = new char[headerLength]; in read()
388 for(int i = 1; i < headerLength; ++i) { in read()
391 int tableLength = length / 2 - headerLength; in read()
/third_party/node/deps/icu-small/source/i18n/
Dcollationfastlatinbuilder.cpp95 headerLength(0) { in CollationFastLatinBuilder()
141 headerLength = 1 + NUM_SPECIAL_GROUPS; in loadGroups()
142 uint32_t r0 = (CollationFastLatin::VERSION << 8) | headerLength; in loadGroups()
201 result.truncate(headerLength); in resetCEs()
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
605 result.setCharAt(headerLength + i, CollationFastLatin::BAIL_OUT); in encodeContractions()
629 result.setCharAt(headerLength + i, in encodeContractions()
644 for(; i < headerLength; ++i) { in encodeContractions()
650 UChar32 c = i - headerLength; in encodeContractions()
Dcollationdatareader.cpp65 int32_t headerLength = header->dataHeader.headerSize; in read() local
66 inBytes += headerLength; in read()
68 inLength -= headerLength; in read()
/third_party/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp95 headerLength(0) { in CollationFastLatinBuilder()
141 headerLength = 1 + NUM_SPECIAL_GROUPS; in loadGroups()
142 uint32_t r0 = (CollationFastLatin::VERSION << 8) | headerLength; in loadGroups()
201 result.truncate(headerLength); in resetCEs()
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
605 result.setCharAt(headerLength + i, CollationFastLatin::BAIL_OUT); in encodeContractions()
629 result.setCharAt(headerLength + i, in encodeContractions()
644 for(; i < headerLength; ++i) { in encodeContractions()
650 UChar32 c = i - headerLength; in encodeContractions()
Dcollationdatareader.cpp65 int32_t headerLength = header->dataHeader.headerSize; in read() local
66 inBytes += headerLength; in read()
68 inLength -= headerLength; in read()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatinbuilder.cpp95 headerLength(0) { in CollationFastLatinBuilder()
141 headerLength = 1 + NUM_SPECIAL_GROUPS; in loadGroups()
142 uint32_t r0 = (CollationFastLatin::VERSION << 8) | headerLength; in loadGroups()
201 result.truncate(headerLength); in resetCEs()
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
605 result.setCharAt(headerLength + i, CollationFastLatin::BAIL_OUT); in encodeContractions()
629 result.setCharAt(headerLength + i, in encodeContractions()
644 for(; i < headerLength; ++i) { in encodeContractions()
650 UChar32 c = i - headerLength; in encodeContractions()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatinbuilder.cpp95 headerLength(0) { in CollationFastLatinBuilder()
141 headerLength = 1 + NUM_SPECIAL_GROUPS; in loadGroups()
142 uint32_t r0 = (CollationFastLatin::VERSION << 8) | headerLength; in loadGroups()
201 result.truncate(headerLength); in resetCEs()
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
605 result.setCharAt(headerLength + i, CollationFastLatin::BAIL_OUT); in encodeContractions()
629 result.setCharAt(headerLength + i, in encodeContractions()
644 for(; i < headerLength; ++i) { in encodeContractions()
650 UChar32 c = i - headerLength; in encodeContractions()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEbdtTable.java38 version(0), headerLength(FontData.DataSize.Fixed.size()); enumConstant
112 int startOffset = Offset.headerLength.offset; in generateLocaList()
222 int size = Offset.headerLength.offset; in subDataSizeToSerialize()
DEbscTable.java36 headerLength(numSizes.offset + FontData.DataSize.ULONG.size()), enumConstant
37 bitmapScaleTableStart(headerLength.offset),
DEblcTable.java44 headerLength(numSizes.offset + FontData.DataSize.ULONG.size()), enumConstant
47 bitmapSizeTableArrayStart(headerLength.offset),
314 int size = Offset.headerLength.offset; in subDataSizeToSerialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEbdtTable.java38 version(0), headerLength(FontData.DataSize.Fixed.size()); enumConstant
112 int startOffset = Offset.headerLength.offset; in generateLocaList()
222 int size = Offset.headerLength.offset; in subDataSizeToSerialize()
DEbscTable.java36 headerLength(numSizes.offset + FontData.DataSize.ULONG.size()), enumConstant
37 bitmapScaleTableStart(headerLength.offset),
DEblcTable.java44 headerLength(numSizes.offset + FontData.DataSize.ULONG.size()), enumConstant
47 bitmapSizeTableArrayStart(headerLength.offset),
314 int size = Offset.headerLength.offset; in subDataSizeToSerialize()
/third_party/glslang/glslang/Public/
DShaderLang.h596 …t std::string& headerName, const char* const headerData, const size_t headerLength, void* userData… in IncludeResult()
597 … headerName(headerName), headerData(headerData), headerLength(headerLength), userData(userData) { } in IncludeResult()
609 const size_t headerLength; member

123