Home
last modified time | relevance | path

Searched defs:is_upper (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/algorithm/string/
Dclassification.hpp174 is_upper(const std::locale& Loc=std::locale()) in is_upper() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dtaxonomy.c35 int is_upper = s >= 'A' && s <= 'Z'; in no_mischief_strncpy() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dtaxonomy.c35 int is_upper = s >= 'A' && s <= 'Z'; in no_mischief_strncpy() local
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc163 …eckAndConvertUtils::GetPadModEnumValue(const ValuePtr &value, int64_t *enum_value, bool is_upper) { in GetPadModEnumValue()