Home
last modified time | relevance | path

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

12

/third_party/node/deps/npm/node_modules/@npmcli/disparity-colors/lib/
Dindex.js11 let headerLength = (opts || {}).headerLength
12 if (typeof headerLength !== 'number' || Number.isNaN(headerLength)) {
13 headerLength = 2
25 const start = color(lines.slice(0, headerLength).join(''), 'header')
26 const end = lines.slice(headerLength).join('')
/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/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/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/npm/node_modules/libnpmdiff/lib/
Dformat-diff.js43 let headerLength = 0 variable
45 headerLength++
82 headerLength += 2
89 ? colorizeDiff(patch, { headerLength })
/third_party/node/lib/internal/test_runner/reporter/
Dv8-serializer.js14 const headerLength = TypedArrayPrototypeGetLength(serializer.releaseBuffer());
35 const serializedMessageLength = serializedMessage.length - (4 + headerLength);
42 ], headerLength);
/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()
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/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEbscTable.java36 headerLength(numSizes.offset + FontData.DataSize.ULONG.size()), enumConstant
37 bitmapScaleTableStart(headerLength.offset),
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()
DEblcTable.java44 headerLength(numSizes.offset + FontData.DataSize.ULONG.size()), enumConstant
47 bitmapSizeTableArrayStart(headerLength.offset),
314 int size = Offset.headerLength.offset; in subDataSizeToSerialize()
/third_party/node/test/parallel/
Dtest-runner-v8-deserializer.mjs22 const headerLength = defaultSerializer.releaseBuffer().length; constant
77 const headerPosition = headerLength * 2 + 4;
/third_party/glslang/glslang/Public/
DShaderLang.h561 …t std::string& headerName, const char* const headerData, const size_t headerLength, void* userData… in IncludeResult()
562 … headerName(headerName), headerData(headerData), headerLength(headerLength), userData(userData) { } in IncludeResult()
574 const size_t headerLength; member
/third_party/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp1429 uint32_t headerLength; in MBCSWrite() local
1509 headerLength=10; /* include fullStage2Length */ in MBCSWrite()
1511 headerLength=MBCS_HEADER_V5_MIN_LENGTH; /* 9 */ in MBCSWrite()
1515 headerLength=MBCS_HEADER_V4_LENGTH; /* 8 */ in MBCSWrite()
1520 header.options|=(uint32_t)headerLength; in MBCSWrite()
1526 headerLength*4+ in MBCSWrite()
1555 udata_writeBlock(pData, &header, headerLength*4); in MBCSWrite()

12