UPPER             121 ext/date/date_strftime.c 	    if (flags & BIT_OF(UPPER))					\
UPPER             178 ext/date/date_strftime.c 		flags |= BIT_OF(UPPER);
UPPER             198 ext/date/date_strftime.c 		flags |= BIT_OF(UPPER);
UPPER             342 ext/date/date_strftime.c 		(*format == 'P' && !(flags & (BIT_OF(CHCASE) | BIT_OF(UPPER))))) {
UPPER             343 ext/date/date_strftime.c 		flags &= ~(BIT_OF(UPPER) | BIT_OF(CHCASE));
UPPER             414 ext/date/date_strftime.c 		flags &= ~(BIT_OF(UPPER) | BIT_OF(CHCASE));
UPPER             563 ext/date/date_strftime.c 	    flags |= BIT_OF(UPPER);
UPPER             606 ext/date/date_strftime.c 	    switch (flags & (BIT_OF(UPPER) | BIT_OF(LOWER))) {
UPPER             607 ext/date/date_strftime.c 	      case BIT_OF(UPPER):
UPPER             196 strftime.c     	switch (flags & (BIT_OF(UPPER)|BIT_OF(LOWER))) {
UPPER             197 strftime.c     	case BIT_OF(UPPER):
UPPER             383 strftime.c     				flags |= BIT_OF(UPPER);
UPPER             394 strftime.c     				flags |= BIT_OF(UPPER);
UPPER             408 strftime.c     				flags |= BIT_OF(UPPER);
UPPER             419 strftime.c     				flags |= BIT_OF(UPPER);
UPPER             468 strftime.c     			    (*format == 'P' && !(flags & (BIT_OF(CHCASE)|BIT_OF(UPPER))))) {
UPPER             469 strftime.c     				flags &= ~(BIT_OF(UPPER)|BIT_OF(CHCASE));
UPPER             613 strftime.c     				flags &= ~(BIT_OF(UPPER)|BIT_OF(CHCASE));
UPPER             842 strftime.c     			flags |= BIT_OF(UPPER);