HomeSort by relevance Sort by last modified time
    Searched refs:IsWprintfFormatPortable (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/strings/
string_util_posix.h 31 DCHECK(IsWprintfFormatPortable(format));
string_util_win.h 34 DCHECK(IsWprintfFormatPortable(format));
string_util.h 87 BASE_EXPORT bool IsWprintfFormatPortable(const wchar_t* format);
string_util.cc 120 bool IsWprintfFormatPortable(const wchar_t* format) {
    [all...]
string_util_unittest.cc     [all...]

Completed in 90 milliseconds