Home
last modified time | relevance | path

Searched refs:tupleCount (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dlistformattertest.h71 int32_t tupleCount,
77 int32_t tupleCount,
84 int32_t tupleCount,
92 int32_t tupleCount,
H A Dlistformattertest.cpp69 int32_t tupleCount, in ExpectPositions()
74 if (tupleCount > 10) { in ExpectPositions()
75 assertTrue("internal error, tupleCount too large", false); 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()
271 ExpectPositions(fl, expected, tupleCount, errorCode); in RunTestFieldPositionIteratorWithFormatter()
275 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, in RunTestFieldPositionIteratorWithNItemsPatternShift()
292 data, n, expected, tupleCount, expectedFormatte in RunTestFieldPositionIteratorWithNItemsPatternShift()
66 ExpectPositions( const FormattedList& iter, int32_t *values, int32_t tupleCount, UErrorCode& status) ExpectPositions() argument
254 RunTestFieldPositionIteratorWithFormatter( ListFormatter* formatter, UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithFormatter() argument
274 RunTestFieldPositionIteratorWithNItemsPatternShift( UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithNItemsPatternShift() argument
295 RunTestFieldPositionIteratorWithNItems( UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithNItems() argument
325 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected)); TestFieldPositionIteratorWith3Items() local
344 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected)); TestFieldPositionIteratorWith3ItemsPatternShift() local
361 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected)); TestFieldPositionIteratorWith2Items() local
378 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected)); TestFieldPositionIteratorWith2ItemsPatternShift() local
392 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected)); TestFieldPositionIteratorWith1Item() local
[all...]
H A Dnumfmtst.h320 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
H A Dnumfmtst.cpp6643 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount, in expectPositions() argument
6648 if (tupleCount > 10) { in expectPositions()
6649 assertTrue("internal error, tupleCount too large", false); in expectPositions()
6651 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6668 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6685 for (int i = 0; i < tupleCount; ++i) { in expectPositions()
6751 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local
6756 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes()
6784 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local
6789 expectPositions(posIter, expected, tupleCount, resul in TestFormatAttributes()
9490 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; Test13763_FieldPositionIteratorOffset() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-kerx-table.hh48 unsigned int tupleCount, in kerxTupleKern()
52 if (likely (!tupleCount || !c)) return value; in kerxTupleKern()
56 if (unlikely (!c->sanitizer.check_array (pv, tupleCount))) return 0; in kerxTupleKern()
734 unsigned tuple_count () const { return tupleCount; } in tuple_count()
760 HBUINT32 tupleCount; member
47 kerxTupleKern(int value, unsigned int tupleCount, const void *base, hb_aat_apply_context_t *c) kerxTupleKern() argument
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c3293 FT_UInt tupleCount; in FT_LOCAL_DEF() local
3365 tupleCount = FT_GET_USHORT(); in FT_LOCAL_DEF()
3369 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 > in FT_LOCAL_DEF()
3381 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS ) in FT_LOCAL_DEF()
3396 ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) == 1 ? "is" : "are", in FT_LOCAL_DEF()
3397 tupleCount & GX_TC_TUPLE_COUNT_MASK, in FT_LOCAL_DEF()
3398 ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) == 1 ? "" : "s" )); in FT_LOCAL_DEF()
3403 for ( i = 0; i < ( tupleCount & GX_TC_TUPLE_COUNT_MASK ); i++ ) in FT_LOCAL_DEF()
3864 FT_UInt tupleCount; in FT_LOCAL_DEF() local
3929 tupleCount in FT_LOCAL_DEF()
[all...]

Completed in 18 milliseconds