Searched refs:str1 (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Ducs4.h91 idn_ucs4_strcmp(const unsigned long *str1, const unsigned long *str2);
94 idn_ucs4_strcasecmp(const unsigned long *str1, const unsigned long *str2);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c406 idn_ucs4_strcmp(const unsigned long *str1, const unsigned long *str2) { argument
407 while (*str1 != '\0') {
408 if (*str1 > *str2)
410 else if (*str1 < *str2)
412 str1++;
416 if (*str1 > *str2)
418 else if (*str1 < *str2)
425 idn_ucs4_strcasecmp(const unsigned long *str1, const unsigned long *str2) { argument
428 while (*str1 != '\0') {
429 c1 = ASCII_TOLOWER(*str1);
[all...]

Completed in 10 milliseconds