Searched refs:IsWprintfFormatPortable (Results 1 - 10 of 10) sorted by relevance

/external/chromium/base/
H A Dstring_util_posix.h53 DCHECK(IsWprintfFormatPortable(format));
H A Dstring_util_win.h46 DCHECK(IsWprintfFormatPortable(format));
H A Dstring_util.h120 BASE_API bool IsWprintfFormatPortable(const wchar_t* format);
H A Dstring_util.cc70 bool IsWprintfFormatPortable(const wchar_t* format) { function in namespace:base
H A Dstring_util_unittest.cc1055 EXPECT_EQ(cases[i].portable, base::IsWprintfFormatPortable(cases[i].input));
/external/chromium_org/base/strings/
H A Dstring_util_posix.h47 DCHECK(IsWprintfFormatPortable(format));
H A Dstring_util_win.h48 DCHECK(IsWprintfFormatPortable(format));
H A Dstring_util.h114 BASE_EXPORT bool IsWprintfFormatPortable(const wchar_t* format);
H A Dstring_util.cc68 bool IsWprintfFormatPortable(const wchar_t* format) { function in namespace:base
H A Dstring_util_unittest.cc1090 EXPECT_EQ(cases[i].portable, base::IsWprintfFormatPortable(cases[i].input));

Completed in 119 milliseconds