Searched refs:format_result (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dselfmts.cpp119 UnicodeString format_result; local
120 selFmt->format(UnicodeString("odd"), format_result, format_ignore, status);
121 assertEquals("should use first occurrence of the 'odd' keyword", "foo", format_result);
122 format_result.remove();
124 selFmt->format(UnicodeString("other"), format_result, format_ignore, status);
125 assertEquals("should use first occurrence of the 'other' keyword", "bar", format_result);
/external/chromium_org/third_party/ply/
H A Dyacc.py143 def format_result(r): function
423 debug.info("Result : %s", format_result(pslice[0]))
462 debug.info("Result : %s", format_result(pslice[0]))
484 debug.info("Done : Returning %s", format_result(result))

Completed in 126 milliseconds