Searched refs:TSCC_print_log (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 1459 static void TSCC_print_log(TSCCContext *q, const char *name) in TSCC_print_log() function 1497 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() 1498 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback() 1502 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() 1506 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback() 1519 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback() 1520 TSCC_print_log(from3, "from3(==from1)"); in TestConvertSafeCloneCallback() 1552 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback() 1553 TSCC_print_log(to3, "to3(==to1)"); in TestConvertSafeCloneCallback() 1585 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() [all …]
|