/third_party/node/deps/icu-small/source/common/ |
D | rbbidata.cpp | 385 int32_t tableLength; in ubrk_swap() local 404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap() 406 if (tableLength > 0) { in ubrk_swap() 418 tableLength-topSize); in ubrk_swap() 421 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap() 430 if (tableLength > 0) { in ubrk_swap() 442 tableLength-topSize); in ubrk_swap() 445 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbidata.cpp | 385 int32_t tableLength; in ubrk_swap() local 404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap() 406 if (tableLength > 0) { in ubrk_swap() 418 tableLength-topSize); in ubrk_swap() 421 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap() 430 if (tableLength > 0) { in ubrk_swap() 442 tableLength-topSize); in ubrk_swap() 445 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
|
/third_party/icu/icu4c/source/common/ |
D | rbbidata.cpp | 385 int32_t tableLength; in ubrk_swap() local 404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap() 406 if (tableLength > 0) { in ubrk_swap() 418 tableLength-topSize); in ubrk_swap() 421 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap() 430 if (tableLength > 0) { in ubrk_swap() 442 tableLength-topSize); in ubrk_swap() 445 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | OpenTypeTableWriter.java | 25 private int tableLength; field in OpenTypeTableWriter.OpenTypeTableDumper 30 tableLength = outputIndex; in OpenTypeTableDumper() 35 return tableLength; in length()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.cpp | 74 int32_t tableLength, in toEnum() argument 85 for (int32_t i = 0; i < tableLength; ++i) { in toEnum() 96 int32_t tableLength, in fromEnum() argument 99 for (int32_t i = 0; i < tableLength; ++i) { in fromEnum()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1717 FT_ULong tableLength = 0; in onGetTableData() local 1721 error = FT_Load_Sfnt_Table(face, tag, 0, nullptr, &tableLength); in onGetTableData() 1726 if (offset > tableLength) { in onGetTableData() 1729 FT_ULong size = std::min((FT_ULong)length, tableLength - (FT_ULong)offset); in onGetTableData() 1747 FT_ULong tableLength = 0; in onCopyTableData() local 1751 error = FT_Load_Sfnt_Table(face, tag, 0, nullptr, &tableLength); in onCopyTableData() 1756 sk_sp<SkData> data = SkData::MakeUninitialized(tableLength); in onCopyTableData() 1759 reinterpret_cast<FT_Byte*>(data->writable_data()), &tableLength); in onCopyTableData()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataReader.java | 390 int tableLength = length / 2 - headerLength; in read() local 391 data.fastLatinTable = ICUBinary.getChars(inBytes, tableLength, length & 1); in read()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationDataReader.java | 391 int tableLength = length / 2 - headerLength; in read() local 392 data.fastLatinTable = ICUBinary.getChars(inBytes, tableLength, length & 1); in read()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Font.java | 82 tableLength(12), enumConstant 996 fd.readULongAsInt(tableOffset + Offset.tableLength.offset)); // length in readHeader()
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 9105 int tableLength = tableEnd - tableStart; in hufCompress() local 9113 writeUInt(compressed + 8, tableLength); in hufCompress()
|