Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strncmpCodePointOrder

434             if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) {
435 log_err("error: u_strncmpCodePointOrder() fails for string %d and the following one\n", i);
439 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 2)!=u_memcmpCodePointOrder(strings[i], strings[i+1], 2)) {
440 log_err("error: u_strncmpCodePointOrder(2)!=u_memcmpCodePointOrder(2) for string %d and the following one\n", i);