Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dtaxonomy.c34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local
38 if (is_lower || is_upper || is_digit) { in no_mischief_strncpy()
/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
38 if (is_lower || is_upper || is_digit) { in no_mischief_strncpy()
/third_party/flutter/skia/src/utils/
DSkParsePath.cpp26 static inline bool is_lower(int c) { in is_lower() function
103 if (is_lower(op)) { in FromSVGString()
/third_party/skia/src/utils/
DSkParsePath.cpp26 static inline bool is_lower(int c) { in is_lower() function
103 if (is_lower(op)) { in FromSVGString()