Home
last modified time | relevance | path

Searched refs:to_upper (Results 151 – 175 of 1440) sorted by relevance

12345678910>>...58

/dports/databases/percona57-client/percona-server-5.7.36-39/strings/
H A Dconf_to_src.c110 if (from->to_upper) in simple_cs_copy_data()
111 to->to_upper= (uchar*) mdup((char*) from->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in simple_cs_copy_data()
131 return ((cs->csname && cs->tab_to_uni && cs->ctype && cs->to_upper && in simple_cs_is_full()
369 print_array(f, cs->name, "to_upper", cs->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/strings/
H A Dconf_to_src.c110 if (from->to_upper) in simple_cs_copy_data()
111 to->to_upper= (uchar*) mdup((char*) from->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in simple_cs_copy_data()
131 return ((cs->csname && cs->tab_to_uni && cs->ctype && cs->to_upper && in simple_cs_is_full()
369 print_array(f, cs->name, "to_upper", cs->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/strings/
H A Dconf_to_src.c110 if (from->to_upper) in simple_cs_copy_data()
111 to->to_upper= (uchar*) mdup((char*) from->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in simple_cs_copy_data()
131 return ((cs->csname && cs->tab_to_uni && cs->ctype && cs->to_upper && in simple_cs_is_full()
369 print_array(f, cs->name, "to_upper", cs->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/strings/
H A Dconf_to_src.c110 if (from->to_upper) in simple_cs_copy_data()
111 to->to_upper= (uchar*) mdup((char*) from->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in simple_cs_copy_data()
131 return ((cs->csname && cs->tab_to_uni && cs->ctype && cs->to_upper && in simple_cs_is_full()
369 print_array(f, cs->name, "to_upper", cs->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/strings/
H A Dconf_to_src.c107 if (from->to_upper) in simple_cs_copy_data()
108 to->to_upper= (uchar*) mdup((char*) from->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in simple_cs_copy_data()
128 return ((cs->csname && cs->tab_to_uni && cs->ctype && cs->to_upper && in simple_cs_is_full()
362 print_array(f, cs->name, "to_upper", cs->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in main()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/strings/
H A Dconf_to_src.c107 if (from->to_upper) in simple_cs_copy_data()
108 to->to_upper= (uchar*) mdup((char*) from->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in simple_cs_copy_data()
128 return ((cs->csname && cs->tab_to_uni && cs->ctype && cs->to_upper && in simple_cs_is_full()
362 print_array(f, cs->name, "to_upper", cs->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in main()
/dports/databases/mysql57-client/mysql-5.7.36/strings/
H A Dconf_to_src.c110 if (from->to_upper) in simple_cs_copy_data()
111 to->to_upper= (uchar*) mdup((char*) from->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in simple_cs_copy_data()
131 return ((cs->csname && cs->tab_to_uni && cs->ctype && cs->to_upper && in simple_cs_is_full()
369 print_array(f, cs->name, "to_upper", cs->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in main()
/dports/databases/mysql56-client/mysql-5.6.51/strings/
H A Dconf_to_src.c107 if (from->to_upper) in simple_cs_copy_data()
108 to->to_upper= (uchar*) mdup((char*) from->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in simple_cs_copy_data()
128 return ((cs->csname && cs->tab_to_uni && cs->ctype && cs->to_upper && in simple_cs_is_full()
362 print_array(f, cs->name, "to_upper", cs->to_upper, MY_CS_TO_UPPER_TABLE_SIZE); in main()
/dports/audio/id3mtag/id3-0.80/
H A Dsedit.cpp27 # define to_upper toupper macro
31 # define to_upper towupper macro
92 *p = new_w? to_upper(*p):to_lower(*p); in capitalize()
137 wchar_t c = to_upper(*p); in codepoint()
/dports/devel/efl/efl-1.25.1/src/lib/evas/
H A Dmeson.build229 config_h.set('BUILD_LOADER_'+loader.to_upper(), '1')
231 config_h.set('EVAS_STATIC_BUILD_'+loader.to_upper(), '1')
248 config_h.set('BUILD_LOADER_'+loader.to_upper(), '1')
250 config_h.set('EVAS_STATIC_BUILD_'+loader.to_upper(), '1')
271 config_h.set('EVAS_STATIC_BUILD_VG_'+loader.to_upper(), '1')
282 config_h.set('EVAS_STATIC_BUILD_VG_'+loader.to_upper(), '1')
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/databases/percona57-server/boost_1_59_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/databases/xtrabackup/boost_1_59_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/databases/percona57-client/boost_1_59_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/devel/boost-libs/boost_1_72_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/devel/boost-docs/boost_1_72_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/devel/boost-python-libs/boost_1_72_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/x11-toolkits/libwnck3/libwnck-3.36.0/
H A Dmeson.build58 conf.set('HAVE_' + pkg.to_upper().underscorify(), 1)
77 if conf.has('HAVE_' + STARTUP_NOTIFICATION_PACKAGE.to_upper().underscorify())
81 if conf.has('HAVE_' + XRES_PACKAGE.to_upper().underscorify())
/dports/devel/hyperscan/boost_1_75_0/tools/auto_index/src/
H A Dauto_index.hpp57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry()
58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry()
59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue317/OSVVM/
H A DTextUtilPkg.vhd25 -- 11/2016: 2016.11 Added IsUpper, IsLower, to_upper, to_lower
58 function to_upper (constant Char : character ) return character ;
59 function to_upper (constant Str : string ) return string ;
167 function to_upper (constant Char : character ) return character is function
175 end function to_upper ;
178 function to_upper (constant Str : string ) return string is function
183 result(i) := to_upper(Str(i)) ;
186 end function to_upper ;
/dports/lang/yap/yap-6.2.2/pl/
H A Dchtypes.yap73 to_upper(Lower)
135 '$char_spec_code_from_spec'(to_upper(Upper), to_upper(_)).
191 '$spec_code_to_char'(to_upper(Code), to_upper(Char)) :- !,
228 '$type_code'(Type, Code, to_upper(UpCode)) :-
420 '$handle_special_char_type'(Spec, to_upper(Lower)) :-
447 code_type(D, to_upper(C)),
/dports/mail/emailrelay/emailrelay-1.9/src/gui/
H A Dpointer.cpp49 const bool to_upper = true ; in write() local
59 if( to_upper ) in write()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/interfaces/
H A Dianjuta-editor-convert.c87 IANJUTA_EDITOR_CONVERT_GET_IFACE (obj)->to_upper (obj, start_position, end_position, err); in ianjuta_editor_convert_to_upper()
103 klass->to_upper = ianjuta_editor_convert_to_upper_default; in ianjuta_editor_convert_base_init()

12345678910>>...58