Searched refs:av_toupper (Results 1 – 11 of 11) sorted by relevance
31 return av_toupper(x & 0xFF) | in ff_toupper4()32 (av_toupper((x >> 8) & 0xFF) << 8) | in ff_toupper4()33 (av_toupper((x >> 16) & 0xFF) << 16) | in ff_toupper4()34 ((unsigned)av_toupper((x >> 24) & 0xFF) << 24); in ff_toupper4()
98 char c = av_toupper(*src); in jacosub_to_ass()106 do *p++ = av_toupper(*src++); in jacosub_to_ass()
59 for (j = 0; av_toupper(s[j]) == av_toupper(key[j]) && key[j]; j++) in av_dict_get()
236 static inline av_const int av_toupper(int c) in av_toupper() function
50 while (*pfx && av_toupper((unsigned)*pfx) == av_toupper((unsigned)*str)) { in av_stristart()
88 k = av_toupper(k); in get_jss_cmd()
485 c = av_toupper((unsigned char) *p++); in ff_hex_to_data()
806 int yesno = (av_toupper(c) == 'Y'); in read_yesno()
1043 dst[i] = av_toupper(src[i]); in upcase_string()
372 c = av_toupper((unsigned char) *p++); in hex_to_data()
2602 Add av_toupper()/av_tolower()