Home
last modified time | relevance | path

Searched refs:tableLength (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Drbbidata.cpp385 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/
Drbbidata.cpp385 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/
Drbbidata.cpp385 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/
DOpenTypeTableWriter.java25 private int tableLength; field in OpenTypeTableWriter.OpenTypeTableDumper
30 tableLength = outputIndex; in OpenTypeTableDumper()
35 return tableLength; in length()
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp74 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/
DSkFontHost_FreeType.cpp1717 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/
DCollationDataReader.java390 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/
DCollationDataReader.java391 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/
DFont.java82 tableLength(12), enumConstant
996 fd.readULongAsInt(tableOffset + Offset.tableLength.offset)); // length in readHeader()
/third_party/astc-encoder/Source/
Dtinyexr.h9105 int tableLength = tableEnd - tableStart; in hufCompress() local
9113 writeUInt(compressed + 8, tableLength); in hufCompress()