Home
last modified time | relevance | path

Searched refs:tfmt (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp398 … LocalPointer<TimeUnitFormat> tfmt(new TimeUnitFormat(l, styles[styleIndex], status)); in testGreekWithFallback() local
411 str = ((Format *)tfmt.getAlias())->format(fmt, str, status); in testGreekWithFallback()
/external/python/cpython3/Lib/test/
Dtest_buffer.py2761 tfmt = ('', '@')[randrange(2)] + char
2762 tsize = struct.calcsize(tfmt)
2764 obj = 'memoryview' if is_byte_format(tfmt) else 'bytefmt'
2773 titems, tshape = cast_items(ex, tfmt, tsize, shape=tshape)
2776 self.assertRaises(TypeError, m.cast, tfmt, tshape)
2782 nd = ndarray(titems, shape=tshape, format=tfmt)
2784 m2 = m.cast(tfmt, shape=tshape)
2789 itemsize=tsize, fmt=tfmt, readonly=True,