HomeSort by relevance Sort by last modified time
    Searched defs:tupleCount (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
listformattertest.cpp 36 int32_t *values, int32_t tupleCount) {
39 if (tupleCount > 10) {
40 assertTrue("internal error, tupleCount too large", FALSE);
42 for (int i = 0; i < tupleCount; ++i) {
54 for (int i = 0; i < tupleCount; ++i) {
67 for (int i = 0; i < tupleCount; ++i) {
245 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount,
260 ExpectPositions(iter, expected, tupleCount);
264 UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount,
278 data, n, expected, tupleCount, appendTo, expectedFormatted, testName)
    [all...]
numfmtst.cpp     [all...]
  /external/harfbuzz_ng/src/
hb-aat-layout-kerx-table.hh 48 unsigned int tupleCount,
52 if (likely (!tupleCount || !c)) return value;
56 if (unlikely (!c->sanitizer.check_array (pv, tupleCount))) return 0;
745 unsigned int tuple_count () const { return tupleCount; }
771 HBUINT32 tupleCount;
  /external/freetype/src/truetype/
ttgxvar.c     [all...]

Completed in 1118 milliseconds