Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp37 int32_t *values, int32_t tupleCount) { in ExpectPositions() argument
40 if (tupleCount > 10) { in ExpectPositions()
43 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
55 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
68 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
246 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithFormatter() argument
261 ExpectPositions(iter, expected, tupleCount); in RunTestFieldPositionIteratorWithFormatter()
265 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithNItemsPatternShift() argument
279 data, n, expected, tupleCount, appendTo, expectedFormatted, testName); in RunTestFieldPositionIteratorWithNItemsPatternShift()
283 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithNItems() argument
[all …]
Dlistformattertest.h71 int32_t tupleCount);
76 int32_t tupleCount,
84 int32_t tupleCount,
93 int32_t tupleCount,
Dnumfmtst.h310 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
Dnumfmtst.cpp6572 …NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount, in expectPositions() argument
6577 if (tupleCount > 10) { in expectPositions()
6580 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6597 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6614 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6680 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local
6685 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes()
6713 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local
6718 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes()
9384 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in Test13763_FieldPositionIteratorOffset() local
[all …]
/external/freetype/src/truetype/
Dttgxvar.c3166 FT_UInt tupleCount; in tt_face_vary_cvt() local
3238 tupleCount = FT_GET_USHORT(); in tt_face_vary_cvt()
3242 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 > in tt_face_vary_cvt()
3254 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS ) in tt_face_vary_cvt()
3269 ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) == 1 ? "is" : "are", in tt_face_vary_cvt()
3270 tupleCount & GX_TC_TUPLE_COUNT_MASK, in tt_face_vary_cvt()
3271 ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) == 1 ? "" : "s" )); in tt_face_vary_cvt()
3276 for ( i = 0; i < ( tupleCount & GX_TC_TUPLE_COUNT_MASK ); i++ ) in tt_face_vary_cvt()
3729 FT_UInt tupleCount; in TT_Vary_Apply_Glyph_Deltas() local
3794 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()
736 unsigned tuple_count () const { return tupleCount; } in tuple_count()
762 HBUINT32 tupleCount; member
/external/freetype/
DChangeLog.262816 `tupleCount'.
2875 (tt_face_vary_cvt): Check `tupleCount' and `offsetToData'.
DChangeLog1269 for `tupleCount'.