/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | package.cpp | 113 int32_t &infoLength, int32_t &headerLength, in getDataInfo() 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 in Package() 112 getDataInfo(const uint8_t *data, int32_t length, int32_t &infoLength, int32_t &headerLength, UErrorCode *pErrorCode) getDataInfo() argument [all...] |
H A D | pkg_imp.h | 35 int32_t &infoLength, int32_t &headerLength,
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | package.cpp | 113 int32_t &infoLength, int32_t &headerLength, in getDataInfo() 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 in Package() 112 getDataInfo(const uint8_t *data, int32_t length, int32_t &infoLength, int32_t &headerLength, UErrorCode *pErrorCode) getDataInfo() argument [all...] |
H A D | pkg_imp.h | 35 int32_t &infoLength, int32_t &headerLength,
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | package.cpp | 113 int32_t &infoLength, int32_t &headerLength, in getDataInfo() 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 in Package() 112 getDataInfo(const uint8_t *data, int32_t length, int32_t &infoLength, int32_t &headerLength, UErrorCode *pErrorCode) getDataInfo() argument [all...] |
H A D | pkg_imp.h | 35 int32_t &infoLength, int32_t &headerLength,
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 77 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 in encodeContractions() 705 private int headerLength; global() field in CollationFastLatinBuilder [all...] |
H A D | CollationDataReader.java | 384 int headerLength = header0 & 0xff; in read() 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/ |
H A D | CollationFastLatinBuilder.java | 78 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 in encodeContractions() 706 private int headerLength; global() field in CollationFastLatinBuilder [all...] |
H A D | CollationDataReader.java | 385 int headerLength = header0 & 0xff; in read() 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/ |
H A D | format-diff.js | 43 let headerLength = 0 45 headerLength++ 82 headerLength += 2 89 ? colorizeDiff(patch, { headerLength })
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 95 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()
|
H A D | collationdatareader.cpp | 65 int32_t headerLength = header->dataHeader.headerSize; in read() local 66 inBytes += headerLength; in read() 68 inLength -= headerLength; in read()
|
H A D | collationfastlatinbuilder.h | 94 int32_t headerLength; member in CollationFastLatinBuilder
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 95 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()
|
H A D | collationdatareader.cpp | 65 int32_t headerLength = header->dataHeader.headerSize; in read() local 66 inBytes += headerLength; in read() 68 inLength -= headerLength; in read()
|
H A D | collationfastlatinbuilder.h | 94 int32_t headerLength; member in CollationFastLatinBuilder
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 95 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()
|
H A D | collationdatareader.cpp | 65 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/ |
H A D | EbscTable.java | 36 headerLength(numSizes.offset + FontData.DataSize.ULONG.size()), enum constant 37 bitmapScaleTableStart(headerLength.offset),
|
H A D | EbdtTable.java | 38 version(0), headerLength(FontData.DataSize.Fixed.size()); enum constant 112 int startOffset = Offset.headerLength.offset; in generateLocaList() 222 int size = Offset.headerLength.offset; in subDataSizeToSerialize()
|
H A D | EblcTable.java | 44 headerLength(numSizes.offset + FontData.DataSize.ULONG.size()), enum constant 47 bitmapSizeTableArrayStart(headerLength.offset), 314 int size = Offset.headerLength.offset; in subDataSizeToSerialize()
|
/third_party/glslang/glslang/Public/ |
H A D | ShaderLang.h | 594 IncludeResult(const std::string& headerName, const char* const headerData, const size_t headerLength, void* userData) : in IncludeResult() 595 headerName(headerName), headerData(headerData), headerLength(headerLength), userData(userData) { } in IncludeResult() 607 const size_t headerLength; member
|
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 1429 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()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | genmbcs.cpp | 1429 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()
|