Home
last modified time | relevance | path

Searched defs:ToLower (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeStringUtil.cpp47 struct ToLower struct
49 const locale& loc;
50 ToLower (void) : loc(locale::classic()) {} in ToLower() function
51 char operator() (char c) { return std::tolower(c, loc); } in operator ()()
/external/sonivox/arm-wt-22k/lib_src/
Deas_ctype.h38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return … in ToLower() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h467 INLINE int ToLower(int c) { in ToLower() function
/external/tinyxml/
Dtinyxml.h341 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h382 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function
/external/sqlite/dist/orig/
Dshell.c137 #define ToLower(X) (char)tolower((unsigned char)X) macro
/external/sqlite/dist/
Dshell.c143 #define ToLower(X) (char)tolower((unsigned char)X) macro