Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 25 of 167) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dcompare.hpp69 return std::toupper(Arg1)==std::toupper(Arg2); in operator ()()
71 return std::toupper<T1>(Arg1,m_Loc)==std::toupper<T2>(Arg2,m_Loc); in operator ()()
122 return std::toupper(Arg1)<std::toupper(Arg2); in operator ()()
124 return std::toupper<T1>(Arg1,m_Loc)<std::toupper<T2>(Arg2,m_Loc); in operator ()()
175 return std::toupper(Arg1)<=std::toupper(Arg2); in operator ()()
177 return std::toupper<T1>(Arg1,m_Loc)<=std::toupper<T2>(Arg2,m_Loc); in operator ()()
/OK3568_Linux_fs/kernel/lib/
H A Dts_kmp.c57 != (icase ? toupper(text[i]) : text[i])) in kmp_find()
60 == (icase ? toupper(text[i]) : text[i])) in kmp_find()
81 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl()
82 != (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl()
84 if ((icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl()
85 == (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl()
111 kmp->pattern[i] = toupper(((u8 *)pattern)[i]); in kmp_init()
H A Dts_bm.c76 if ((icase ? toupper(text[shift-i]) in bm_find()
160 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.c30 while (*s1 && (toupper(*s1) == toupper(*s2))) in lsx_strcasecmp()
32 return toupper(*s1) - toupper(*s2); in lsx_strcasecmp()
43 while (--n && *s1 && (toupper(*s1) == toupper(*s2))) in lsx_strncasecmp()
45 return toupper(*s1) - toupper(*s2); in lsx_strncasecmp()
/OK3568_Linux_fs/kernel/fs/affs/
H A Dnamei.c46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notrunca… in __affs_hash_dentry() argument
60 hash = partial_name_hash(toupper(*name), hash); in __affs_hash_dentry()
83 const char *str, const struct qstr *name, toupper_t toupper, in __affs_compare_dentry() argument
109 if (toupper(*aname++) != toupper(*bname++)) in __affs_compare_dentry()
138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() argument
151 if (toupper(*name++) != toupper(*name2++)) in affs_match()
159 toupper_t toupper = affs_get_toupper(sb); in affs_hash_name() local
164 hash = (hash * 13 + toupper(*name++)) & 0x7ff; in affs_hash_name()
174 toupper_t toupper = affs_get_toupper(sb); in affs_find_entry() local
192 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper)) in affs_find_entry()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcctype33 int toupper(int c);
99 #ifdef toupper
100 #undef toupper
117 using ::toupper;
H A Dctype.h56 #undef toupper
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcctype33 int toupper(int c);
99 #ifdef toupper
100 #undef toupper
117 using ::toupper;
H A Dctype.h56 #undef toupper
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar.hpp165 , hi(static_cast<char_type>(char_encoding::toupper(ch))) {} in literal_char()
239 , from_hi(static_cast<char_type>(char_encoding::toupper(from))) in char_range()
240 , to_hi(static_cast<char_type>(char_encoding::toupper(to))) in char_range()
368 chset.set(static_cast<char_type>(CharEncoding::toupper(ch))); in char_set()
374 chset.set(static_cast<char_type>(CharEncoding::toupper(ch)) in char_set()
375 , static_cast<char_type>(CharEncoding::toupper(next))); in char_set()
380 chset.set(static_cast<char_type>(CharEncoding::toupper(ch))); in char_set()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_pnp.c329 char c = toupper(idstr[i]); in matching_id()
332 || (list_id[i] != 'X' && c != toupper(list_id[i]))) in matching_id()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp124 toupper(int ch) in toupper() function
126 return std::toupper(ch); in toupper()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dctype.h125 extern int toupper (int __c) __THROW;
213 __NTH (toupper (int __c)) in __NTH()
221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dctype.h125 extern int toupper (int __c) __THROW;
213 __NTH (toupper (int __c)) in __NTH()
221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dcase_conv.hpp66 … return std::toupper( static_cast<typename boost::make_unsigned <CharT>::type> ( Ch )); in operator ()()
68 return std::toupper<CharT>( Ch, *m_Loc ); in operator ()()
/OK3568_Linux_fs/u-boot/lib/
H A Dstrto.c42 ? toupper(*cp) : *cp)-'A'+10) < base) { in simple_strtoul()
139 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsafe-ctype.h145 #undef toupper
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsafe-ctype.h145 #undef toupper
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcctype60 #undef toupper
76 using ::toupper;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcctype60 #undef toupper
76 using ::toupper;
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dsys_info.c14 *s = toupper(*s); in upstring()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dctype.h38 int toupper(int c);
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dswap_case.c179 *str = toupper(*str); in sandbox_swap_case_do_op()
188 *str = toupper(*str); in sandbox_swap_case_do_op()
/OK3568_Linux_fs/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c69 char direction = toupper(val[0]); in board_gpio_init()
70 char level = toupper(val[1]); in board_gpio_init()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dctype.h22 int toupper(int c);

1234567