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

/external/chromium_org/base/strings/
H A Dstring_util_posix.h46 DCHECK(IsWprintfFormatPortable(format));
H A Dstring_util_win.h48 DCHECK(IsWprintfFormatPortable(format));
H A Dstring_util.h92 BASE_EXPORT bool IsWprintfFormatPortable(const wchar_t* format);
H A Dstring_util.cc71 bool IsWprintfFormatPortable(const wchar_t* format) { function in namespace:base
H A Dstring_util_unittest.cc1078 EXPECT_EQ(cases[i].portable, base::IsWprintfFormatPortable(cases[i].input));

Completed in 129 milliseconds