Searched defs:ToLower (Results 1 – 4 of 4) sorted by relevance
38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return … in ToLower() function
341 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function