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

/macosx-10.10/ruby-106/ruby/
H A Dencoding.c1511 int haslower = 0, hasupper = 0, valid = 0; local
1515 hasupper = 1;
1528 if (!haslower || !hasupper) {
1531 if (ISUPPER(*s)) hasupper = 1;
1532 } while (*++s && (!haslower || !hasupper));
1544 if (hasupper) {

Completed in 116 milliseconds