Home
last modified time | relevance | path

Searched refs:dataCount (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp66 size_t dataCount = buffer.GetLength() - 1; in Encode() local
68 FXSYS_itoa(dataCount, buf, 10); in Encode()
72 context->getCodewordCount() + dataCount + lengthFieldSize; in Encode()
78 if (dataCount <= 249) { in Encode()
79 buffer.SetAt(0, static_cast<wchar_t>(dataCount)); in Encode()
80 } else if (dataCount > 249 && dataCount <= 1555) { in Encode()
81 buffer.SetAt(0, static_cast<wchar_t>((dataCount / 250) + 249)); in Encode()
82 buffer.Insert(1, static_cast<wchar_t>(dataCount % 250)); in Encode()
/external/skia/include/private/
DGrResourceKey.h56 SkDEBUGCODE(size_t dataCount = fKey->internalSize() / sizeof(uint32_t) - kMetaDataCnt;)
57 SkASSERT(SkToU32(dataIdx) < dataCount);
131 size_t dataCount = this->internalSize() / sizeof(uint32_t) - kMetaDataCnt; in dump() local
132 for (size_t i = 0; i < dataCount; ++i) { in dump()
/external/tensorflow/tensorflow/lite/swift/Tests/
DInterpreterTests.swift184 let invalidData = Data(count: AddModel.dataCount - 1) in testCopyDataToInputTensorAtIndex_ThrowsInvalidDataCount()
193 expected: .invalidTensorDataCount(provided: invalidData.count, required: AddModel.dataCount) in testCopyDataToInputTensorAtIndex_ThrowsInvalidDataCount()
281 static let dataCount = inputData.count variable
/external/icu/icu4c/source/common/
Ducol_swp.cpp251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3() local
253 4 + (4 * indexCount) + (2 * dataCount), in swapFormatVersion3()
260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3() local
262 4 + (2 * indexCount) + (2 * dataCount), in swapFormatVersion3()
/external/skqp/include/private/
DGrResourceKey.h130 SkDEBUGCODE(size_t dataCount = fKey->internalSize() / sizeof(uint32_t) - kMetaDataCnt;)
131 SkASSERT(SkToU32(dataIdx) < dataCount);
/external/skqp/tools/fonts/
DSkTestSVGTypeface.h52 const SkSVGTestTypefaceGlyphData* data, int dataCount,
DSkTestSVGTypeface.cpp54 const SkSVGTestTypefaceGlyphData* data, int dataCount, in SkTestSVGTypeface() argument
60 , fGlyphs(new Glyph[dataCount]) in SkTestSVGTypeface()
61 , fGlyphCount(dataCount) in SkTestSVGTypeface()
63 for (int i = 0; i < dataCount; ++i) { in SkTestSVGTypeface()
/external/freetype/src/cff/
Dcffload.c1115 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_done()
1167 FT_READ_USHORT( vstore->dataCount ) ) in cff_vstore_load()
1172 if ( FT_NEW_ARRAY( dataOffsetArray, vstore->dataCount ) ) in cff_vstore_load()
1175 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_load()
1217 if ( FT_NEW_ARRAY( vstore->varData, vstore->dataCount ) ) in cff_vstore_load()
1220 for ( i = 0; i < vstore->dataCount; i++ ) in cff_vstore_load()
1428 if ( vsindex >= vs->dataCount ) in cff_blend_build_vector()
/external/freetype/src/truetype/
Dttgxvar.h97 FT_UInt dataCount; member
Dttgxvar.c456 FT_READ_USHORT( itemStore->dataCount ) ) in ft_var_load_item_variation_store()
460 if ( !itemStore->dataCount ) in ft_var_load_item_variation_store()
469 if ( FT_NEW_ARRAY( dataOffsetArray, itemStore->dataCount ) ) in ft_var_load_item_variation_store()
472 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store()
529 if ( FT_NEW_ARRAY( itemStore->varData, itemStore->dataCount ) ) in ft_var_load_item_variation_store()
532 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_load_item_variation_store()
689 if ( outerIndex >= itemStore->dataCount ) in ft_var_load_delta_set_index_mapping()
1260 if ( value->outerIndex >= itemStore->dataCount || in ft_var_load_mvar()
4230 for ( i = 0; i < itemStore->dataCount; i++ ) in ft_var_done_item_variation_store()
/external/freetype/include/freetype/internal/
Dcfftypes.h145 FT_UInt dataCount; member
/external/freetype/src/psaux/
Dpsfont.c278 hasVariations = ( vstore->dataCount != 0 ); in cf2_font_setup()
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2676 int32_t dataCount, in matchQuarterString() argument
2680 int32_t count = dataCount; in matchQuarterString()
2706 const UnicodeString* data, int32_t dataCount, in matchDayPeriodStrings() argument
2712 for (int32_t i = 0; i < dataCount; ++i) { in matchDayPeriodStrings()
2879 int32_t dataCount, in matchString() argument
2884 int32_t count = dataCount; in matchString()