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