/third_party/boost/boost/algorithm/string/ |
D | compare.hpp | 69 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 ()()
|
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
D | toupper.c | 28 char result = toupper(ch); in toupper_0100() 42 char result = toupper(ch); in toupper_0200() 56 char result = toupper(ch); in toupper_0300() 70 char result = toupper(ch); in toupper_0400()
|
/third_party/boost/boost/test/utils/basic_cstring/ |
D | compare.hpp | 30 namespace std { using ::toupper; } 46 …static bool eq( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) == (std::toupper)( c2 )… in eq() 47 …static bool lt( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) < (std::toupper)( c2 )… in lt()
|
/third_party/boost/libs/test/test/utils-ts/ |
D | token_iterator-test.cpp | 29 namespace std{ using ::toupper; using ::tolower; } 108 return (std::toupper)( c1 ) == (std::toupper)( c2 ); in operator ()() 157 inline char loo( char c ) { return (char)(std::toupper)( c ); } in loo()
|
D | algorithm-test.cpp | 30 namespace std { using ::toupper; } 47 bool predicate( char c1, char c2 ) { return (std::toupper)( c1 ) == (std::toupper)( c2 ); } in predicate()
|
/third_party/boost/libs/iostreams/test/detail/ |
D | temp_file.hpp | 20 # undef toupper 25 using ::toupper; using ::tolower; using ::remove; using ::rand; 71 f.put((char) std::toupper(buf[w])); in uppercase_file()
|
D | filters.hpp | 28 namespace std { using ::toupper; using ::tolower; } 42 std::toupper((unsigned char) c) : in get() 67 buf[z] = (char) std::toupper((unsigned char) buf[z]); in read()
|
/third_party/musl/porting/liteos_a/kernel/src/ctype/ |
D | toupper.c | 3 int toupper(int c) in toupper() function 11 return toupper(c); in __toupper_l()
|
/third_party/musl/porting/uniproton/kernel/src/ctype/ |
D | toupper.c | 3 int toupper(int c) in toupper() function 11 return toupper(c); in __toupper_l()
|
/third_party/musl/src/ctype/ |
D | toupper.c | 3 int toupper(int c) in toupper() function 11 return toupper(c); in __toupper_l()
|
/third_party/musl/porting/liteos_m/kernel/src/ctype/ |
D | toupper.c | 3 int toupper(int c) in toupper() function 11 return toupper(c); in __toupper_l()
|
/third_party/ffmpeg/ffbuild/ |
D | libversion.sh | 1 toupper(){ function 6 ucname=$(toupper ${name})
|
/third_party/boost/boost/convert/detail/ |
D | char.hpp | 33 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() 34 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper()
|
/third_party/boost/boost/xpressive/detail/core/ |
D | regex_impl.hpp | 46 virtual Char toupper(Char ch) const = 0; 90 char_type toupper(char_type ch) const in toupper() function 123 return this->traits_.toupper(ch); in toupper_()
|
/third_party/boost/boost/spirit/home/qi/char/ |
D | char.hpp | 165 , 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()
|
/third_party/boost/libs/iostreams/test/ |
D | filter_test.cpp | 48 std::toupper((unsigned char) c) : in get() 55 s, (char) std::toupper((unsigned char) c) in put()
|
/third_party/boost/boost/spirit/home/x3/support/ |
D | no_case.hpp | 50 ? Encoding::toupper(ch) : Encoding::tolower(ch)); in in_set() 60 ? Encoding::tolower(lc) - rc : Encoding::toupper(lc) - rc; in operator ()()
|
/third_party/boost/boost/spirit/home/support/char_encoding/ |
D | standard.hpp | 152 toupper(int ch) in toupper() function 155 return std::toupper(ch); in toupper()
|
/third_party/boost/boost/property_tree/detail/ |
D | ptree_utils.hpp | 31 return std::toupper(c1, m_locale) < std::toupper(c2, m_locale); in operator ()()
|
/third_party/boost/boost/algorithm/string/detail/ |
D | case_conv.hpp | 66 … return std::toupper( static_cast<typename boost::make_unsigned <CharT>::type> ( Ch )); in operator ()() 68 return std::toupper<CharT>( Ch, *m_Loc ); in operator ()()
|
/third_party/toybox/toys/posix/ |
D | logger.c | 46 if (toupper(str[i]) != toupper(names[try][i])) break; in arrayfind()
|
/third_party/grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 91 new_string.append(1, ::toupper(s[0])); in Modularize() 94 new_string.append(1, ::toupper(s[i])); in Modularize()
|
/third_party/boost/libs/locale/src/std/ |
D | converter.cpp | 56 ct.toupper(lbegin,lbegin+len); in convert() 92 ct.toupper(lbegin,lbegin+len); in convert()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deStringUtil.cpp | 58 char operator() (char c) { return std::toupper(c, loc); } in operator ()() 135 return std::toupper(c, std::locale::classic()); in toUpper()
|
/third_party/boost/boost/xpressive/traits/ |
D | c_regex_traits.hpp | 86 return static_cast<char>(toupper(static_cast<unsigned char>(ch))); in c_toupper() 198 static char_type toupper(char_type ch) in toupper() function
|