Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dsetup_once.h289 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh756 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function