Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_openBinary

822     c = ucol_openBinary(buffer, size, col, &err);
824 log_err("ucol_openBinary failed. Error: %s\n", u_errorName(err));
836 log_err("ucol_openBinary - new collator should equal to old one\n");
2247 * ucol_openBinary() documents:
2256 * The ICU team agreed with ticket #10517 "require base collator in ucol_openBinary() etc."
2305 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2306 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
2309 log_err("ucol_openBinary(base=NULL) unexpectedly did not fail - %s\n", u_errorName(status));