Lines Matching refs:ucol_strcoll
184 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) {
268 ucol_open, ucol_strcoll, getStrength/setStrength
294 log_verbose("Test ucol_strcoll : \n");
346 log_verbose("Test ucol_strcoll ends.\n");
892 result=ucol_strcoll(c2, str1, -1, str2, -1);
2485 if (ucol_strcoll(coll, NULL, 0, NULL, 0) != 0) {
2486 log_err("ERROR : ucol_strcoll NULL/0 and NULL/0");
2489 if (ucol_strcoll(coll, NULL, -1, NULL, 0) != 0) {
2491 log_err("ERROR : ucol_strcoll NULL/-1 and NULL/0");
2494 if (ucol_strcoll(coll, u16asc, -1, NULL, 10) != 0) {
2496 log_err("ERROR : ucol_strcoll u16asc/u16ascLen and NULL/10");
2499 if (ucol_strcoll(coll, u16asc, -1, NULL, 0) <= 0) {
2500 log_err("ERROR : ucol_strcoll u16asc/-1 and NULL/0");
2502 if (ucol_strcoll(coll, NULL, 0, u16asc, -1) >= 0) {
2503 log_err("ERROR : ucol_strcoll NULL/0 and u16asc/-1");
2505 if (ucol_strcoll(coll, u16asc, u16ascLen, NULL, 0) <= 0) {
2506 log_err("ERROR : ucol_strcoll u16asc/u16ascLen and NULL/0");
2509 if (ucol_strcoll(coll, u16han, -1, NULL, 0) <= 0) {
2510 log_err("ERROR : ucol_strcoll u16han/-1 and NULL/0");
2512 if (ucol_strcoll(coll, NULL, 0, u16han, -1) >= 0) {
2513 log_err("ERROR : ucol_strcoll NULL/0 and u16han/-1");
2515 if (ucol_strcoll(coll, NULL, 0, u16han, u16hanLen) >= 0) {
2516 log_err("ERROR : ucol_strcoll NULL/0 and u16han/u16hanLen");