Home
last modified time | relevance | path

Searched refs:to_upper (Results 1 – 25 of 1440) sorted by relevance

12345678910>>...58

/dports/audio/openal-soft/openal-soft-1.21.1/common/
H A Dalstring.cpp12 int to_upper(const char ch) in to_upper() function
25 const int diff{to_upper(*str0) - to_upper(*str1)}; in strcasecmp()
37 const int diff{to_upper(*str0) - to_upper(*str1)}; in strncasecmp()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/string/
H A Dto_upper.cpp17 char to_upper(char ch) { in to_upper() function
23 std::string& to_upper(std::string* str) { in to_upper() function
25 [](char c) { return to_upper(c); }); in to_upper()
29 std::string to_upper(const std::string& str) { in to_upper() function
32 [](char c) { return to_upper(c); }); in to_upper()
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/string/
H A Dto_upper.cpp17 char to_upper(char ch) { in to_upper() function
23 std::string& to_upper(std::string* str) { in to_upper() function
25 [](char c) { return to_upper(c); }); in to_upper()
29 std::string to_upper(const std::string& str) { in to_upper() function
32 [](char c) { return to_upper(c); }); in to_upper()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr97768_1.f909 pure function to_upper (in_str) result (string) function
13 end function to_upper
20 use pr97768_1, only : to_upper, operator(.in.)
24 foo = 'b' .in. to_upper (str)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpr97768_1.f909 pure function to_upper (in_str) result (string) function
13 end function to_upper
20 use pr97768_1, only : to_upper, operator(.in.)
24 foo = 'b' .in. to_upper (str)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpr97768_1.f909 pure function to_upper (in_str) result (string) function
13 end function to_upper
20 use pr97768_1, only : to_upper, operator(.in.)
24 foo = 'b' .in. to_upper (str)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr97768_1.f909 pure function to_upper (in_str) result (string) function
13 end function to_upper
20 use pr97768_1, only : to_upper, operator(.in.)
24 foo = 'b' .in. to_upper (str)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dpr97768_1.f909 pure function to_upper (in_str) result (string) function
13 end function to_upper
20 use pr97768_1, only : to_upper, operator(.in.)
24 foo = 'b' .in. to_upper (str)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr97768_1.f909 pure function to_upper (in_str) result (string) function
13 end function to_upper
20 use pr97768_1, only : to_upper, operator(.in.)
24 foo = 'b' .in. to_upper (str)
/dports/textproc/p5-XML-Simple/XML-Simple-2.25/t/lib/
H A DTagsToUpper.pm14 to_upper($element);
15 foreach (values(%{$element->{Attributes}})) { to_upper($_); }
24 to_upper($element);
29 sub to_upper { subroutine
/dports/biology/gcta/gcta_1.26.0_src/
H A DStrFunc.cpp61 void StrFunc::to_upper(string &str) in to_upper() function in StrFunc
88 to_upper(StrBufA); in StrEqual()
89 to_upper(StrBufB); in StrEqual()
124 for(i=0; i<vs_buf.size(); i++) to_upper(vs_buf[i]); in find()
125 to_upper(str_buf); in find()
133 to_upper(str_buf); in find()
143 StrFunc::to_upper(query_str); in goto_str()
147 StrFunc::to_upper(str_buf); in goto_str()
/dports/devel/hyperscan/boost_1_75_0/boost/convert/detail/
H A Dchar.hpp27 template<typename char_type> inline char_type to_upper(char_type);
32 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() function
33 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper() function
34 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); } in to_upper() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/convert/detail/
H A Dchar.hpp27 template<typename char_type> inline char_type to_upper(char_type);
32 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() function
33 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper() function
34 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); } in to_upper() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/convert/detail/
H A Dchar.hpp27 template<typename char_type> inline char_type to_upper(char_type);
32 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() function
33 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper() function
34 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); } in to_upper() function
/dports/devel/boost-libs/boost_1_72_0/boost/convert/detail/
H A Dchar.hpp28 template<typename char_type> inline char_type to_upper(char_type);
33 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() function
34 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper() function
35 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); } in to_upper() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/convert/detail/
H A Dchar.hpp28 template<typename char_type> inline char_type to_upper(char_type);
33 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() function
34 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper() function
35 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); } in to_upper() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/convert/detail/
H A Dchar.hpp28 template<typename char_type> inline char_type to_upper(char_type);
33 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>…
34 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); }
35 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); }
/dports/devel/boost-docs/boost_1_72_0/boost/convert/detail/
H A Dchar.hpp28 template<typename char_type> inline char_type to_upper(char_type);
33 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() function
34 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper() function
35 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); } in to_upper() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/strings/
H A Ddo_ctype.c35 uchar to_upper[256]; variable
40 static uchar* tabell[]= {to_lower,to_upper,sort_order};
138 to_upper[i]= sort_order[i]= (islower(i) ? toupper(i) : (char) i); in init_case_convert()
143 to_upper[i]= sort_order[i]= to_lower[i]= (char) i; in init_case_convert()
151 to_upper[ *lower_pos ] = sort_order[ *lower_pos ] = (char) *higher_pos; in init_case_convert()
/dports/databases/percona57-client/percona-server-5.7.36-39/strings/
H A Ddo_ctype.c35 uchar to_upper[256]; variable
40 static uchar* tabell[]= {to_lower,to_upper,sort_order};
138 to_upper[i]= sort_order[i]= (islower(i) ? toupper(i) : (char) i); in init_case_convert()
143 to_upper[i]= sort_order[i]= to_lower[i]= (char) i; in init_case_convert()
151 to_upper[ *lower_pos ] = sort_order[ *lower_pos ] = (char) *higher_pos; in init_case_convert()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/strings/
H A Ddo_ctype.c35 uchar to_upper[256]; variable
40 static uchar* tabell[]= {to_lower,to_upper,sort_order};
138 to_upper[i]= sort_order[i]= (islower(i) ? toupper(i) : (char) i); in init_case_convert()
143 to_upper[i]= sort_order[i]= to_lower[i]= (char) i; in init_case_convert()
151 to_upper[ *lower_pos ] = sort_order[ *lower_pos ] = (char) *higher_pos; in init_case_convert()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/strings/
H A Ddo_ctype.cc35 uchar to_upper[256]; variable
40 static uchar *tabell[] = {to_lower, to_upper, sort_order};
126 to_upper[i] = sort_order[i] = (islower(i) ? toupper(i) : (char)i); in init_case_convert()
130 for (i--; i++ < 255;) to_upper[i] = sort_order[i] = to_lower[i] = (char)i; in init_case_convert()
137 to_upper[*lower_pos] = sort_order[*lower_pos] = (char)*higher_pos; in init_case_convert()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/strings/
H A Ddo_ctype.c35 uchar to_upper[256]; variable
40 static uchar* tabell[]= {to_lower,to_upper,sort_order};
138 to_upper[i]= sort_order[i]= (islower(i) ? toupper(i) : (char) i); in init_case_convert()
143 to_upper[i]= sort_order[i]= to_lower[i]= (char) i; in init_case_convert()
151 to_upper[ *lower_pos ] = sort_order[ *lower_pos ] = (char) *higher_pos; in init_case_convert()
/dports/databases/percona57-server/percona-server-5.7.36-39/strings/
H A Ddo_ctype.c35 uchar to_upper[256]; variable
40 static uchar* tabell[]= {to_lower,to_upper,sort_order};
138 to_upper[i]= sort_order[i]= (islower(i) ? toupper(i) : (char) i); in init_case_convert()
143 to_upper[i]= sort_order[i]= to_lower[i]= (char) i; in init_case_convert()
151 to_upper[ *lower_pos ] = sort_order[ *lower_pos ] = (char) *higher_pos; in init_case_convert()
/dports/databases/mysql57-client/mysql-5.7.36/strings/
H A Ddo_ctype.c35 uchar to_upper[256]; variable
40 static uchar* tabell[]= {to_lower,to_upper,sort_order};
138 to_upper[i]= sort_order[i]= (islower(i) ? toupper(i) : (char) i); in init_case_convert()
143 to_upper[i]= sort_order[i]= to_lower[i]= (char) i; in init_case_convert()
151 to_upper[ *lower_pos ] = sort_order[ *lower_pos ] = (char) *higher_pos; in init_case_convert()

12345678910>>...58