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.py2731 tfmt = ('', '@')[randrange(2)] + char
2732 tsize = struct.calcsize(tfmt)
2734 obj = 'memoryview' if is_byte_format(tfmt) else 'bytefmt'
2743 titems, tshape = cast_items(ex, tfmt, tsize, shape=tshape)
2746 self.assertRaises(TypeError, m.cast, tfmt, tshape)
2752 nd = ndarray(titems, shape=tshape, format=tfmt)
2754 m2 = m.cast(tfmt, shape=tshape)
2759 itemsize=tsize, fmt=tfmt, readonly=1,