Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strncmp

2470             if (ulenRes != ulenExp || u_strncmp(ubufResult, ubufExpected, ulenExp) != 0) {
2540 if (ulenRes != ulenExp || u_strncmp(ubufResult, ubufExpected, ulenExp) != 0) {
2849 } else if (ugetlen != uexplen || u_strncmp(uget, uexp, uexplen) != 0) {