HomeSort by relevance Sort by last modified time
    Searched refs:ToLower (Results 1 - 11 of 11) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_ctype.h 38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; }
eas_rtttl.c     [all...]
eas_imelody.c 532 c = ToLower(c);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_ctype.h 38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; }
eas_rtttl.c     [all...]
eas_imelody.c 532 c = ToLower(c);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_ctype.h 38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; }
eas_rtttl.c     [all...]
eas_imelody.c 541 c = ToLower(c);
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 530 while ( *q && *tag && ToLower( *q, encoding ) == ToLower( *tag, encoding ) )
    [all...]
tinyxml.h 341 inline static int ToLower( int v, TiXmlEncoding encoding )
345 if ( v < 128 ) return tolower( v );
350 return tolower( v );
    [all...]

Completed in 582 milliseconds