Searched defs:ToUpper (Results 1 - 11 of 11) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ctype.h37 EAS_INLINE EAS_I8 ToUpper (EAS_I8 c) { if ((c >= 'a') && (c <= 'z')) return c & ~0x20; else return c; } function
/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.cpp54 struct ToUpper struct in namespace:de::__anon3828
57 ToUpper (void) : loc(locale::classic()) {} function in struct:de::__anon3828::ToUpper
75 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToUpper());
84 return ToUpper()(str[0]) + str.substr(1);
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h129 // ToUpper()
152 inline string ToUpper(const string& s) { function in namespace:google::protobuf
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1546 inline char ToUpper(char ch) { function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1536 inline char ToUpper(char ch) { function in namespace:testing::internal
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1592 inline char ToUpper(char ch) { function in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1688 inline char ToUpper(char ch) { function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1963 inline char ToUpper(char ch) { function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2795 inline char ToUpper(char ch) { function in namespace:std::tr1
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h2846 inline char ToUpper(char ch) { function in namespace:std::tr1
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2795 inline char ToUpper(char ch) { function in namespace:std::tr1

Completed in 357 milliseconds