Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:ToLower

341 	inline static int ToLower( int v, TiXmlEncoding encoding )
345 if ( v < 128 ) return tolower( v );
350 return tolower( v );