Searched refs:CAPITAL_Z (Results 1 – 8 of 8) sorted by relevance
41 private static final int CAPITAL_Z = 0x5a; field in Punycode97 if(CAPITAL_A<=b && b<=CAPITAL_Z) { in asciiCaseMap()258 return( CAPITAL_A<=ch && ch >= CAPITAL_Z); in isBasicUpperCase()
29 private static final int CAPITAL_Z = 0x005A; field in IDNA200352 if(CAPITAL_A <= ch && ch <= CAPITAL_Z){ in toASCIILower()
43 private static final int CAPITAL_Z = 0x5a; field in Punycode99 if(CAPITAL_A<=b && b<=CAPITAL_Z) { in asciiCaseMap()260 return( CAPITAL_A<=ch && ch >= CAPITAL_Z); in isBasicUpperCase()
31 private static final int CAPITAL_Z = 0x005A; field in IDNA200354 if(CAPITAL_A <= ch && ch <= CAPITAL_Z){ in toASCIILower()
29 private static final int CAPITAL_Z = 0x005A; field in IDNAReference58 if(CAPITAL_A <= ch && ch <= CAPITAL_Z){ in toASCIILower()
28 private static final int CAPITAL_Z = 0x005A; field in IDNAReference57 if(CAPITAL_A <= ch && ch <= CAPITAL_Z){ in toASCIILower()
48 #define CAPITAL_Z 0x005A macro52 if(CAPITAL_A <= ch && ch <= CAPITAL_Z){ in toASCIILower()
43 #define CAPITAL_Z 0x005A macro66 if(CAPITAL_A <= ch && ch <= CAPITAL_Z){ in toASCIILower()