Home
last modified time | relevance | path

Searched defs:tolower (Results 151 – 175 of 1927) sorted by relevance

12345678910>>...78

/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/src/
H A Dconversion.cpp14 std::string tolower(const std::string& str) in tolower() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dd-system.h56 #define tolower(c) TOLOWER(c) macro
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dctype_h.ads75 …function tolower (u_C : int) return int; -- c:\home\ochem\install\bin\../lib/gcc/i686-pc-mingw32/… subprogspec
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openhackware/src/libc/include/
H A Dctype.h92 static inline int tolower (int c) in tolower() function
/dports/emulators/qemu42/qemu-4.2.1/roms/openhackware/src/libc/include/
H A Dctype.h92 static inline int tolower (int c) in tolower() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openhackware/src/libc/include/
H A Dctype.h92 static inline int tolower (int c) in tolower() function
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dtime.cpp54 #define tolower ::tolower macro
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dtime.cpp54 #define tolower ::tolower macro
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dtime.cpp54 #define tolower ::tolower macro
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/
H A Dctype.h167 # define tolower(__c) \ macro
176 # define tolower(__c) \ macro
/dports/databases/xapian-core/xapian-core-1.4.18/include/xapian/
H A Dunicode.h376 inline unsigned tolower(unsigned ch) { in tolower() function
393 tolower(const std::string& term) in tolower() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dinet_res_SUITE.erl1158 tolower([C|Cs]) when is_integer(C) -> function
1164 tolower([]) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dinet_res_SUITE.erl1158 tolower([C|Cs]) when is_integer(C) -> function
1164 tolower([]) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dinet_res_SUITE.erl1158 tolower([C|Cs]) when is_integer(C) -> function
1164 tolower([]) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dinet_res_SUITE.erl1158 tolower([C|Cs]) when is_integer(C) -> function
1164 tolower([]) -> function
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DTextUtils.h43 inline std::string tolower(const std::string& s) in tolower() function
/dports/games/bzflag/bzflag-2.4.22/include/
H A DTextUtils.h43 inline std::string tolower(const std::string& s) in tolower() function
/dports/devel/cscout/cscout-bd7dfac/include/stdc/
H A Dctype.h87 #define tolower(c) ((int)((_tolower_tab_ + 1)[c])) macro
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dbookmarkdbfilter.cc80 std::string tolower( const std::string &str ) in tolower() function
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dctype-checked.h73 #define tolower(c) CTYPE_CHECK(tolower, c) macro
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/
H A Dunicode.cpp96 utf8::uint32_t tolower(utf8::uint32_t c) in tolower() function
/dports/japanese/ebnetd/ebnetd-1.0/lib/
H A Dlogpid.c92 #define tolower(c) (('A' <= (c) && (c) <= 'Z') ? (c) + 0x20 : (c)) macro
/dports/archivers/unzip/unzip60/os2/
H A Dos2cfg.h140 #define tolower(x) ToLowerNLS((unsigned char)(x)) macro
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dregex_traits.hpp91 char_type tolower(char_type c)const in tolower() function
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dctype_inline.h59 #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) macro

12345678910>>...78