Searched refs:format_result (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | selfmts.cpp | 117 UnicodeString format_result; in selectFormatUnitTest() local 118 selFmt->format(UnicodeString("odd"), format_result, format_ignore, status); in selectFormatUnitTest() 119 assertEquals("should use first occurrence of the 'odd' keyword", "foo", format_result); in selectFormatUnitTest() 120 format_result.remove(); in selectFormatUnitTest() 122 selFmt->format(UnicodeString("other"), format_result, format_ignore, status); in selectFormatUnitTest() 123 assertEquals("should use first occurrence of the 'other' keyword", "bar", format_result); in selectFormatUnitTest()
|