Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util.h426 inline bool IsAsciiControl(Char c) { in IsAsciiControl() function
437 return IsAsciiControl(c) || in IsUnicodeControl()