Searched defs:ToLower (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/base/i18n/
H A Dcase_conversion.cc13 string16 ToLower(const StringPiece16& string) { function in namespace:base::i18n
/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/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_org/extensions/common/
H A Dextension_resource_unittest.cc27 const base::FilePath::StringType ToLower( function in namespace:extensions
157 EXPECT_EQ(ToLower(expected_path.value()), ToLower(resolved_path.value()));
158 EXPECT_EQ(ToLower(temp.path().value()),
159 ToLower(resource.extension_root().value()));
160 EXPECT_EQ(ToLower(base::FilePath().AppendASCII(filename).value()),
161 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
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp380 struct ToLower { struct in namespace:WebTestRunner::__anon10406
389 std::transform(target1.begin(), target1.end(), target1.begin(), ToLower());
390 std::transform(target2.begin(), target2.end(), target2.begin(), ToLower());
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1533 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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1538 inline char ToLower(char ch) { function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1533 inline char ToLower(char ch) { function in namespace:testing::internal
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h382 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/tinyxml/
H A Dtinyxml.h341 inline static int ToLower( int v, TiXmlEncoding encoding ) function in class:TiXmlBase
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1676 inline char ToLower(char ch) { function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2792 inline char ToLower(char ch) { function in namespace:std::tr1

Completed in 955 milliseconds