Home
last modified time | relevance | path

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

/external/libchrome/base/
Denvironment.cc41 else if (IsAsciiUpper(first_char)) in GetVar()
/external/libchrome/base/strings/
Dstring_util.h349 inline bool IsAsciiUpper(Char c) { in IsAsciiUpper() function