Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp69 int32_t tupleCount, in ExpectPositions() argument
74 if (tupleCount > 10) { in ExpectPositions()
77 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
89 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
102 for (int i = 0; i < tupleCount; ++i) { in ExpectPositions()
256 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithFormatter() argument
271 ExpectPositions(fl, expected, tupleCount, errorCode); in RunTestFieldPositionIteratorWithFormatter()
275 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithNItemsPatternShift() argument
289 data, n, expected, tupleCount, expectedFormatted, testName); in RunTestFieldPositionIteratorWithNItemsPatternShift()
293 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithNItems() argument
[all …]
Dlistformattertest.h71 int32_t tupleCount,
77 int32_t tupleCount,
84 int32_t tupleCount,
92 int32_t tupleCount,
Dnumfmtst.h315 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
Dnumfmtst.cpp6637 …NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount, in expectPositions() argument
6642 if (tupleCount > 10) { in expectPositions()
6645 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6662 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6679 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6745 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local
6750 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes()
6778 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local
6783 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes()
9484 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in Test13763_FieldPositionIteratorOffset() local
[all …]
/external/freetype/src/truetype/
Dttgxvar.c3205 FT_UInt tupleCount; in tt_face_vary_cvt() local
3277 tupleCount = FT_GET_USHORT(); in tt_face_vary_cvt()
3281 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 > in tt_face_vary_cvt()
3293 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS ) in tt_face_vary_cvt()
3308 ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) == 1 ? "is" : "are", in tt_face_vary_cvt()
3309 tupleCount & GX_TC_TUPLE_COUNT_MASK, in tt_face_vary_cvt()
3310 ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) == 1 ? "" : "s" )); in tt_face_vary_cvt()
3315 for ( i = 0; i < ( tupleCount & GX_TC_TUPLE_COUNT_MASK ); i++ ) in tt_face_vary_cvt()
3768 FT_UInt tupleCount; in TT_Vary_Apply_Glyph_Deltas() local
3833 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'.
DChangeLog3215 for `tupleCount'.