Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dtufmtts.cpp400 … LocalPointer<TimeUnitFormat> tfmt(new TimeUnitFormat(l, styles[styleIndex], status)); in testGreekWithFallback() local
413 str = ((Format *)tfmt.getAlias())->format(fmt, str, status); in testGreekWithFallback()
/third_party/python/Lib/test/
Dtest_buffer.py2762 tfmt = ('', '@')[randrange(2)] + char
2763 tsize = struct.calcsize(tfmt)
2765 obj = 'memoryview' if is_byte_format(tfmt) else 'bytefmt'
2774 titems, tshape = cast_items(ex, tfmt, tsize, shape=tshape)
2777 self.assertRaises(TypeError, m.cast, tfmt, tshape)
2783 nd = ndarray(titems, shape=tshape, format=tfmt)
2785 m2 = m.cast(tfmt, shape=tshape)
2790 itemsize=tsize, fmt=tfmt, readonly=True,