Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:ToLower

382 	inline static int ToLower( int v, TiXmlEncoding encoding )
386 if ( v < 128 ) return tolower( v );
391 return tolower( v );