Home | History | Annotate | Download | only in String

Lines Matching refs:upper

57     // Hiragana (no upper / lower case)
95 this.upper = c;
98 // upper case Basic Latin
101 this.upper = c;
108 this.upper = c - 32;
113 // upper case Latin-1 Supplement
115 this.upper = c;
122 this.upper = c - 32;
127 this.upper = 0x0178;
135 this.upper = c;
140 this.upper = 0x0049;
147 this.upper = c;
150 // if it's odd, it's a lower case and upper case is c-1
151 this.upper = c-1;
157 this.upper = c;
165 this.upper = c;
168 // if it's even, it's a lower case and upper case is c-1
169 this.upper = c-1;
175 this.upper = 0x0053;
184 this.upper = c;
187 this.upper = c-1;
211 this.upper = c;
218 this.upper = c;
224 this.upper = c - 32;
230 this.upper = c -80;
237 this.upper = c;
240 this.upper = c - 1;
249 this.upper = c;
254 this.upper = c - 48;
319 this.upper = c;
324 this.upper = c;
455 this.upper = c;
461 this.upper = c - 32;