Searched refs:TSCC_print_log (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 1462 static void TSCC_print_log(TSCCContext *q, const char *name) in TSCC_print_log() function 1500 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() 1501 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback() 1505 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() 1509 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback() 1522 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback() 1523 TSCC_print_log(from3, "from3(==from1)"); in TestConvertSafeCloneCallback() 1555 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback() 1556 TSCC_print_log(to3, "to3(==to1)"); in TestConvertSafeCloneCallback() 1588 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback() [all …]
|