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

/external/chromium_org/base/i18n/
H A Dcase_conversion.cc19 string16 ToUpper(const StringPiece16& string) { function in namespace:base::i18n
/external/sonivox/arm-fm-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/sonivox/arm-hybrid-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/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.cpp53 struct ToUpper struct in namespace:de::__anon18912
56 ToUpper (void) : loc(locale::classic()) {} function in struct:de::__anon18912::ToUpper
74 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToUpper());
83 return ToUpper()(str[0]) + str.substr(1);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1536 inline char ToUpper(char ch) { function in namespace:testing::internal
/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/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1837 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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2795 inline char ToUpper(char ch) { function in namespace:std::tr1
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2795 inline char ToUpper(char ch) { function in namespace:std::tr1

Completed in 1172 milliseconds