HomeSort by relevance Sort by last modified time
    Searched defs:is_upper (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/utils/
token-feature-extractor.cc 112 const bool is_upper = unilib_.IsUpper(*token_unicode.begin()); local
113 if (!token.value.empty() && is_upper) {
  /external/boringssl/src/crypto/base64/
base64.c 261 const uint8_t is_upper = constant_time_in_range_8(a, 'A', 'Z'); local
269 ret = constant_time_select_8(is_upper, a - 'A', ret); // [0,26)
  /external/wpa_supplicant_8/src/ap/
taxonomy.c 35 int is_upper = s >= 'A' && s <= 'Z'; local
38 if (is_lower || is_upper || is_digit) {

Completed in 399 milliseconds