Searched defs:is_upper (Results 1 – 4 of 4) sorted by relevance
174 is_upper(const std::locale& Loc=std::locale()) in is_upper() function
35 int is_upper = s >= 'A' && s <= 'Z'; in no_mischief_strncpy() local
163 …eckAndConvertUtils::GetPadModEnumValue(const ValuePtr &value, int64_t *enum_value, bool is_upper) { in GetPadModEnumValue()