Home
last modified time | relevance | path

Searched defs:ToLower (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeStringUtil.cpp46 struct ToLower struct
48 const locale& loc;
49 ToLower (void) : loc(locale::classic()) {} in ToLower() argument
50 char operator() (char c) { return std::tolower(c, loc); } in operator ()()
/external/chromium_org/base/i18n/
Dcase_conversion.cc13 string16 ToLower(const StringPiece16& string) { in ToLower() function
/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
/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
/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
/external/chromium_org/content/test/
Dlayouttest_support.cc324 struct ToLower { struct
325 base::char16 operator()(base::char16 c) { return tolower(c); } in operator ()()
/external/chromium_org/extensions/common/
Dextension_resource_unittest.cc27 const base::FilePath::StringType ToLower( in ToLower() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h352 INLINE int ToLower(int c) { in ToLower() function
/external/tinyxml/
Dtinyxml.h341 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h382 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h382 inline static int ToLower( int v, TiXmlEncoding encoding ) in ToLower() function
/external/sqlite/dist/
Dshell.c103 #define ToLower(X) (char)tolower((unsigned char)X) macro
/external/sqlite/dist/orig/
Dshell.c98 #define ToLower(X) (char)tolower((unsigned char)X) macro