Searched defs:ToLower (Results 1 - 12 of 12) sorted by last modified time

/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp359 struct ToLower { struct
370 std::transform(target1.begin(), target1.end(), target1.begin(), ToLower());
371 std::transform(target2.begin(), target2.end(), target2.begin(), ToLower());
/external/tinyxml/
H A Dtinyxml.h341 inline static int ToLower( int v, TiXmlEncoding encoding ) function in class:TiXmlBase
/external/sqlite/dist/orig/
H A Dshell.c91 #define ToLower(X) (char)tolower((unsigned char)X) macro
1514 zArg[j] = ToLower(zArg[j]);
2100 for(i=0; azArg[1][i]; i++) azArg[1][i] = ToLower(azArg[1][i]);
2463 if( ToLower(zLine[0])=='g' && ToLower(zLine[1])=='o'
/external/sqlite/dist/
H A Dshell.c96 #define ToLower(X) (char)tolower((unsigned char)X) macro
1533 zArg[j] = ToLower(zArg[j]);
2119 for(i=0; azArg[1][i]; i++) azArg[1][i] = ToLower(azArg[1][i]);
2482 if( ToLower(zLine[0])=='g' && ToLower(zLine[1])=='o'
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_ctype.h38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; } function
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_ctype.h38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; } function
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ctype.h38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; } function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1538 inline char ToLower(char ch) { function in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1551 inline char ToLower(char ch) { function in namespace:testing::internal
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h154 INLINE int ToLower(int c) { function in namespace:__sanitizer
/external/chromium/chrome/common/extensions/
H A Dextension_resource_unittest.cc25 const FilePath::StringType ToLower(const FilePath::StringType& in_str) { function
84 EXPECT_EQ(ToLower(expected_path.value()), ToLower(resolved_path.value()));
85 EXPECT_EQ(ToLower(temp.path().value()),
86 ToLower(resource.extension_root().value()));
87 EXPECT_EQ(ToLower(FilePath().AppendASCII(filename).value()),
88 ToLower(resource.relative_path().value()));
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1502 inline char ToLower(char ch) { function in namespace:testing::internal

Completed in 345 milliseconds