Searched defs:tupleCount (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.c1293 FT_UInt tupleCount; local
1355 tupleCount = FT_GET_USHORT();
1362 FT_TRACE5(( "cvar: there are %d tuples:\n", tupleCount ));
1364 for ( i = 0; i < ( tupleCount & 0xFFF ); i++ )
1776 FT_UInt tupleCount; local
1821 tupleCount = FT_GET_USHORT();
1824 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS )
1836 FT_TRACE5(( "gvar: there are %d tuples:\n", tupleCount ));
1838 for ( i = 0; i < ( tupleCount & GX_TC_TUPLE_COUNT_MASK ); i++ )
/external/freetype/src/truetype/
H A Dttgxvar.c2540 FT_UInt tupleCount; local
2602 tupleCount = FT_GET_USHORT();
2606 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 >
2619 /* `tupleCount', but John Jenkins says that shared points don't apply */
2622 FT_TRACE5(( "cvar: there are %d tuples:\n", tupleCount & 0xFFF ));
2624 for ( i = 0; i < ( tupleCount & 0xFFF ); i++ )
3042 FT_UInt tupleCount; local
3088 tupleCount = FT_GET_USHORT();
3092 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 >
3104 if ( tupleCount
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6636 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount, argument
6641 if (tupleCount > 10) {
6642 assertTrue("internal error, tupleCount too large", FALSE);
6644 for (int i = 0; i < tupleCount; ++i) {
6661 for (int i = 0; i < tupleCount; ++i) {
6678 for (int i = 0; i < tupleCount; ++i) {
6744 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; local
6749 expectPositions(posIter, expected, tupleCount, result);
6777 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; local
6782 expectPositions(posIter, expected, tupleCount, resul
[all...]

Completed in 175 milliseconds