Lines Matching refs:ucol_openBinary
845 c = ucol_openBinary(buffer, size, col, &err);
847 log_err("ucol_openBinary failed. Error: %s\n", u_errorName(err));
859 log_err("ucol_openBinary - new collator should equal to old one\n");
2283 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2284 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);