Home
last modified time | relevance | path

Searched refs:modifier_l (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/strings/
Dstring_util.cc109 bool modifier_l = false; in IsWprintfFormatPortable() local
121 modifier_l = true; in IsWprintfFormatPortable()
122 } else if (((*position == 's' || *position == 'c') && !modifier_l) || in IsWprintfFormatPortable()