Home
last modified time | relevance | path

Searched refs:tupleCount (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp36 int32_t *values, int32_t tupleCount) { in ExpectPositions() argument
39 if (tupleCount > 10) { in ExpectPositions()
42 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
54 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
67 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
245 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithFormatter() argument
260 ExpectPositions(iter, expected, tupleCount); in RunTestFieldPositionIteratorWithFormatter()
264 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithNItemsPatternShift() argument
278 data, n, expected, tupleCount, appendTo, expectedFormatted, testName); in RunTestFieldPositionIteratorWithNItemsPatternShift()
282 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithNItems() argument
[all …]
Dlistformattertest.h65 int32_t tupleCount);
70 int32_t tupleCount,
78 int32_t tupleCount,
87 int32_t tupleCount,
Dnumfmtst.h294 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
Dnumfmtst.cpp6452 …NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount, in expectPositions() argument
6457 if (tupleCount > 10) { in expectPositions()
6460 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6477 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6494 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6560 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local
6565 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes()
6593 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local
6598 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes()
9116 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in Test13763_FieldPositionIteratorOffset() local
[all …]
/external/freetype/src/truetype/
Dttgxvar.c3105 FT_UInt tupleCount; in tt_face_vary_cvt() local
3177 tupleCount = FT_GET_USHORT(); in tt_face_vary_cvt()
3181 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 > in tt_face_vary_cvt()
3193 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS ) in tt_face_vary_cvt()
3208 ( tupleCount & 0xFFF ) == 1 ? "is" : "are", in tt_face_vary_cvt()
3209 tupleCount & 0xFFF, in tt_face_vary_cvt()
3210 ( tupleCount & 0xFFF ) == 1 ? "" : "s" )); in tt_face_vary_cvt()
3215 for ( i = 0; i < ( tupleCount & 0xFFF ); i++ ) in tt_face_vary_cvt()
3646 FT_UInt tupleCount; in TT_Vary_Apply_Glyph_Deltas() local
3702 tupleCount = FT_GET_USHORT(); in TT_Vary_Apply_Glyph_Deltas()
[all …]
/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh48 unsigned int tupleCount, in kerxTupleKern() argument
52 if (likely (!tupleCount || !c)) return value; in kerxTupleKern()
56 if (unlikely (!c->sanitizer.check_array (pv, tupleCount))) return 0; in kerxTupleKern()
745 unsigned int tuple_count () const { return tupleCount; } in tuple_count()
771 HBUINT32 tupleCount; member
/external/freetype/
DChangeLog.262816 `tupleCount'.
2875 (tt_face_vary_cvt): Check `tupleCount' and `offsetToData'.