Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_swapBinary

1647     /* Test argument checking. ucol_swapBinary is normally tested via ures_swap, and isn't normally called directly. */
1649 ucol_swapBinary(NULL, NULL, -1, NULL, NULL);
1650 ucol_swapBinary(NULL, NULL, -1, NULL, &errorCode);
1652 log_err("ucol_swapBinary did not fail as expected\n", name);