Lines Matching refs:str2
406 idn_ucs4_strcmp(const unsigned long *str1, const unsigned long *str2) {
408 if (*str1 > *str2)
410 else if (*str1 < *str2)
413 str2++;
416 if (*str1 > *str2)
418 else if (*str1 < *str2)
425 idn_ucs4_strcasecmp(const unsigned long *str1, const unsigned long *str2) {
430 c2 = ASCII_TOLOWER(*str2);
436 str2++;
440 c2 = ASCII_TOLOWER(*str2);