Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_getKeywords

3180     e = ucol_getKeywords(&ec);
3182 assertSuccess("ucol_getKeywords", &ec);
3183 assertTrue("ucol_getKeywords!=0", e!=0);
3184 n = checkUEnumeration("ucol_getKeywords", e, KW, LEN(KW));
3188 log_data_err("Error calling ucol_getKeywords() -> %s (Are you missing data?)\n", u_errorName(ec));