Home | History | Annotate | Download | only in unicode

Lines Matching refs:u_strcmp

415 u_strcmp(const UChar     *s1, 
443 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
511 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
578 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
600 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
624 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
911 *   return u_strcmp(ustringVar1, ustringVar2);