Lines Matching defs:upcase
323 char-upcase character
1118 string-upcase string &key start end
1119 nstring-upcase string &key start end
1151 /* upcase a copy of argument */
1172 string-upcase string &key start end
1181 nstring-upcase string &key start end
1267 long start, end, length, offset, upcase;
1282 for (upcase = 1, offset = start; offset < end; offset++) {
1283 if (upcase) {
1288 upcase = 0;
1296 upcase = 1;
1314 if (upcase) {
1318 upcase = 0;
1324 upcase = 1;