Searched refs:ToLower (Results 1 - 25 of 28) sorted by relevance

12

/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
H A Deas_rtttl.c1148 *pValue = ToLower(temp);
1191 *pValue = ToLower(temp);
H A Deas_imelody.c541 c = ToLower(c);
/external/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp94 SmallVector<CallInst *, 8> ToLower;
99 ToLower.push_back(CI);
101 if (ToLower.empty())
108 for (auto *CI : ToLower) {
/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.cpp47 struct ToLower struct in namespace:de::__anon4103
50 ToLower (void) : loc(locale::classic()) {} function in struct:de::__anon4103::ToLower
67 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToLower());
/external/google-breakpad/src/testing/src/
H A Dgmock-internal-utils.cc67 result += ToLower(*p);
/external/googletest/googlemock/src/
H A Dgmock-internal-utils.cc67 result += ToLower(*p);
/external/v8/testing/gmock/src/
H A Dgmock-internal-utils.cc67 result += ToLower(*p);
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs168 command = command.ToLower();
183 mf = mf.ToLower();
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp551 while ( *q && *tag && ToLower( *q, encoding ) == ToLower( *tag, encoding ) )
H A Dtinyxml.h382 inline static int ToLower( int v, TiXmlEncoding encoding ) function in class:TiXmlBase
/external/tinyxml/
H A Dtinyxmlparser.cpp530 while ( *q && *tag && ToLower( *q, encoding ) == ToLower( *tag, encoding ) )
H A Dtinyxml.h341 inline static int ToLower( int v, TiXmlEncoding encoding ) function in class:TiXmlBase
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h490 INLINE int ToLower(int c) {
H A Dsanitizer_common_interceptors.inc324 int c1_low = ToLower(c1);
325 int c2_low = ToLower(c2);
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1589 inline char ToLower(char ch) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1546 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1538 inline char ToLower(char ch) { function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1960 inline char ToLower(char ch) { function in namespace:testing::internal
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2277 inline char ToLower(char ch) { function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2277 inline char ToLower(char ch) { function in namespace:testing::internal
/external/sqlite/dist/orig/
H A Dshell.c137 #define ToLower(X) (char)tolower((unsigned char)X) macro
5530 for(i=0; azArg[1][i]; i++) azArg[1][i] = ToLower(azArg[1][i]);
6633 if( ToLower(zLine[0])=='g' && ToLower(zLine[1])=='o'
/external/sqlite/dist/
H A Dshell.c143 #define ToLower(X) (char)tolower((unsigned char)X) macro
5552 for(i=0; azArg[1][i]; i++) azArg[1][i] = ToLower(azArg[1][i]);
6655 if( ToLower(zLine[0])=='g' && ToLower(zLine[1])=='o'
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2281 inline char ToLower(char ch) { function in namespace:testing::internal

Completed in 553 milliseconds

12