Searched refs:ToUpper (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/base/i18n/
H A Dcase_conversion.h19 BASE_I18N_EXPORT string16 ToUpper(const StringPiece16& string);
H A Dcase_conversion_unittest.cc21 result = base::i18n::ToUpper(mixed);
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
H A Deas_imelody.c1729 if (tokens[i][j] != ToUpper(buffer[j]))
/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
H A Deas_imelody.c1729 if (tokens[i][j] != ToUpper(buffer[j]))
/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
H A Deas_imelody.c1738 if (tokens[i][j] != ToUpper(buffer[j]))
/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.cpp53 struct ToUpper struct in namespace:de::__anon19714
56 ToUpper (void) : loc(locale::classic()) {} function in struct:de::__anon19714::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/chrome_elf/blacklist/test/
H A Dblacklist_test.cc192 base::string16 uppercase_name = base::i18n::ToUpper(test_data[i].dll_name);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc656 env_var << ToUpper(full_flag.c_str()[i]);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc660 env_var << ToUpper(full_flag.c_str()[i]);
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc656 env_var << ToUpper(full_flag.c_str()[i]);
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.cc1146 values.insert(base::i18n::ToUpper(field->option_values[i]));
1151 values.insert(base::i18n::ToUpper(field->option_contents[i]));
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_unittest.cc475 // ToUpper and ToLower should work with embedded NULLs.
480 base::string16 upper_with_null = base::i18n::ToUpper(string16_with_null);
/external/gtest/src/
H A Dgtest-port.cc724 env_var << ToUpper(full_flag.c_str()[i]);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2178 inline char ToUpper(char ch) { function in namespace:testing::internal
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc1094 env_var << ToUpper(full_flag.c_str()[i]);
/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/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_win.cc139 base::i18n::ToUpper(base::WideToUTF16(ext_name)),
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1688 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/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1401 int m = FindMatchFinder(((string)prop).ToUpper());

Completed in 397 milliseconds

12