Searched defs:ToLower (Results 1 – 13 of 13) sorted by relevance
13 string16 ToLower(const StringPiece16& string) { in ToLower() function
38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return … in ToLower() function
25 const FilePath::StringType ToLower(const FilePath::StringType& in_str) { in ToLower() function
27 const base::FilePath::StringType ToLower( in ToLower() function
264 INLINE int ToLower(int c) { in ToLower() function
320 struct ToLower { struct321 char16 operator()(char16 c) { return tolower(c); } in operator ()()
341 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function
382 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function
96 #define ToLower(X) (char)tolower((unsigned char)X) macro
91 #define ToLower(X) (char)tolower((unsigned char)X) macro