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

/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/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1505 inline char ToUpper(char ch) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1541 inline char ToUpper(char ch) { function in namespace:testing::internal

Completed in 123 milliseconds