Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:us1

110604   const unsigned char *us1 = (const unsigned char *)s1;
110606 while( *us1 && *us2 && n && ascii_tolower(*us1)==ascii_tolower(*us2) ){
110607 us1++, us2++, n--;
110609 return n ? ascii_tolower(*us1)-ascii_tolower(*us2) : 0;