Searched refs:ToLower (Results 1 – 11 of 11) 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
1148 *pValue = ToLower(temp); in RTTTL_GetNextChar()1191 *pValue = ToLower(temp); in RTTTL_PeekNextChar()
532 c = ToLower(c); in IMY_Event()
541 c = ToLower(c); in IMY_Event()
530 while ( *q && *tag && ToLower( *q, encoding ) == ToLower( *tag, encoding ) ) in StringEqual()
341 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function