Searched defs:is_upper (Results 1 – 4 of 4) sorted by relevance
112 const bool is_upper = unilib_.IsUpper(*token_unicode.begin()); in ExtractDenseFeatures() local
35 int is_upper = s >= 'A' && s <= 'Z'; in no_mischief_strncpy() local
261 const uint8_t is_upper = constant_time_in_range_8(a, 'A', 'Z'); in base64_ascii_to_bin() local
344 MaybeHandle<String> ConvertCase(Handle<String> s, bool is_upper, in ConvertCase()