Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp226 const Formattable ftc(fta); in test_Formattable() local
236 res = ftc.getString(status = U_ZERO_ERROR); in test_Formattable()
238 ftc.getString(res,status = U_ZERO_ERROR); in test_Formattable()
/external/python/cpython2/Lib/unittest/test/
Dtest_suite.py94 ftc = unittest.FunctionTestCase(lambda: None)
95 yield unittest.TestSuite([ftc])