Searched refs:av_toupper (Results 1 – 10 of 10) sorted by relevance
97 char c = av_toupper(*src); in jacosub_to_ass()105 do *p++ = av_toupper(*src++); in jacosub_to_ass()
929 return av_toupper(x & 0xFF) + in avpriv_toupper4()930 (av_toupper((x >> 8) & 0xFF) << 8) + in avpriv_toupper4()931 (av_toupper((x >> 16) & 0xFF) << 16) + in avpriv_toupper4()932 ((unsigned)av_toupper((x >> 24) & 0xFF) << 24); in avpriv_toupper4()
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
47 while (*pfx && av_toupper((unsigned)*pfx) == av_toupper((unsigned)*str)) { in av_stristart()
89 k = av_toupper(k); in get_jss_cmd()
4961 c = av_toupper((unsigned char) *p++);
2037 int yesno = (av_toupper(c) == 'Y'); in read_yesno()
949 dst[i] = av_toupper(src[i]); in upcase_string()
2323 Add av_toupper()/av_tolower()