Home
last modified time | relevance | path

Searched defs:is_lower (Results 1 – 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dtaxonomy.c34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dtaxonomy.c34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local
/third_party/skia/src/utils/
DSkParsePath.cpp26 static inline bool is_lower(int c) { in is_lower() function