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 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback() local
411 str = ((Format *)tfmt)->format(fmt, str, status); in testGreekWithFallback()
413 delete tfmt; in testGreekWithFallback()
429 delete tfmt; in testGreekWithFallback()
433 delete tfmt; in testGreekWithFallback()
/external/python/cpython3/Lib/test/
Dtest_buffer.py2730 tfmt = ('', '@')[randrange(2)] + char
2731 tsize = struct.calcsize(tfmt)
2733 obj = 'memoryview' if is_byte_format(tfmt) else 'bytefmt'
2742 titems, tshape = cast_items(ex, tfmt, tsize, shape=tshape)
2745 self.assertRaises(TypeError, m.cast, tfmt, tshape)
2751 nd = ndarray(titems, shape=tshape, format=tfmt)
2753 m2 = m.cast(tfmt, shape=tshape)
2758 itemsize=tsize, fmt=tfmt, readonly=1,