Searched refs:testformat (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_format.py | 15 def testformat(formatstr, args, output=None, limit=None, overflowok=False): function 54 testformat(formatstr, args, output, limit, overflowok) 71 testformat(b_format, b_args, b_output, limit, overflowok) 72 testformat(ba_format, b_args, ba_output, limit, overflowok) 76 testformat(formatstr, args) 287 testformat("%r", "\u0378", "'\\u0378'") # non printable 288 testformat("%a", "\u0378", "'\\u0378'") # non printable 289 testformat("%r", "\u0374", "'\u0374'") # printable 290 testformat("%a", "\u0374", "'\\u0374'") # printable 397 testformat(" [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tmsgfmt.cpp | 1735 UnicodeString testformat("{argument, plural, one{C''est # fichier} other {Ce sont # fichiers}} dans la liste."); in testCoverage() 1736 MessageFormat *msgfmt = new MessageFormat(testformat, Locale("fr"), status); in testCoverage()
|
Completed in 4 milliseconds