Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_openBinary

834     c = ucol_openBinary(buffer, size, col, &err);
836 log_err("ucol_openBinary
848 log_err("ucol_openBinary - new collator should equal to old one\n");
2269 * ucol_openBinary() documents:
2278 * The ICU team agreed with ticket #10517 "require base collator in ucol_openBinary() etc."
2327 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2328 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
2331 log_err("ucol_openBinary(base=NULL) unexpectedly did not fail - %s\n", u_errorName(status));