Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/gettext-tools/libgrep/
Dm-fgrep.c51 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c633 #define TOLOWER(c) (ISUPPER (c) ? (c) - 'A' + 'a' : (c)) macro
/third_party/curl/lib/
Dcurl_setup_once.h270 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h289 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh546 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function
/third_party/glib/glib/
Dgstrfuncs.c1045 #define TOLOWER(c) (ISUPPER (c) ? (c) - 'A' + 'a' : (c)) macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh756 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function
/third_party/harfbuzz/src/
Dhb-algs.hh743 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function