Searched refs:TSCC_print_log (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 1501 static void TSCC_print_log(TSCCContext *q, const char *name) in TSCC_print_log() function 1540 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() 1541 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback() 1545 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() 1549 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback() 1562 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback() 1563 TSCC_print_log(from3, "from3(==from1)"); in TestConvertSafeCloneCallback() 1595 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback() 1596 TSCC_print_log(to3, "to3(==to1)"); in TestConvertSafeCloneCallback() 1628 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() [all …]
|