Home
last modified time | relevance | path

Searched refs:ToLower (Results 1 – 11 of 11) sorted by relevance

/external/sonivox/arm-hybrid-22k/lib_src/
Deas_ctype.h38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return … in ToLower() function
Deas_rtttl.c1148 *pValue = ToLower(temp); in RTTTL_GetNextChar()
1191 *pValue = ToLower(temp); in RTTTL_PeekNextChar()
Deas_imelody.c532 c = ToLower(c); in IMY_Event()
/external/sonivox/arm-fm-22k/lib_src/
Deas_ctype.h38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return … in ToLower() function
Deas_rtttl.c1148 *pValue = ToLower(temp); in RTTTL_GetNextChar()
1191 *pValue = ToLower(temp); in RTTTL_PeekNextChar()
Deas_imelody.c532 c = ToLower(c); in IMY_Event()
/external/sonivox/arm-wt-22k/lib_src/
Deas_ctype.h38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return … in ToLower() function
Deas_rtttl.c1148 *pValue = ToLower(temp); in RTTTL_GetNextChar()
1191 *pValue = ToLower(temp); in RTTTL_PeekNextChar()
Deas_imelody.c541 c = ToLower(c); in IMY_Event()
/external/tinyxml/
Dtinyxmlparser.cpp530 while ( *q && *tag && ToLower( *q, encoding ) == ToLower( *tag, encoding ) ) in StringEqual()
Dtinyxml.h341 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function