Searched refs:is_lower (Results 1 – 5 of 5) sorted by relevance
55 template <bool is_lower>67 static const char lo = is_lower ? 'A' - 1 : 'a' - 1; in FastAsciiConvert()68 static const char hi = is_lower ? 'Z' + 1 : 'z' + 1; in FastAsciiConvert()118 CheckFastAsciiConvert(saved_dst, saved_src, length, changed, is_lower)); in FastAsciiConvert()
11 template <bool is_lower>
34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local38 if (is_lower || is_upper || is_digit) { in no_mischief_strncpy()
26 static inline bool is_lower(int c) { in is_lower() function103 if (is_lower(op)) { in FromSVGString()
262 const uint8_t is_lower = constant_time_in_range_8(a, 'a', 'z'); in base64_ascii_to_bin() local270 ret = constant_time_select_8(is_lower, a - 'a' + 26, ret); /* [26,52) */ in base64_ascii_to_bin()