HomeSort by: relevance | last modified time | path
    Searched defs:is_lower (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_ctype.h 58 #define is_lower(ch) \ macro
65 (is_upper(ch) || is_lower(ch))
  /src/external/gpl2/groff/dist/src/preproc/refer/
token.h 46 int is_lower() const;
59 inline int token_info::is_lower() const function in class:token_info
ref.cpp 757 int is_lower = ti->is_lower(); local
758 if ((is_lower || ti->is_upper()) && get_token(&ptr, end)) {
763 if (is_lower) {
  /src/bin/sh/
syntax.h 85 #define is_lower(c) (sh_ctype(c) & ISLOWER) macro
  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py 263 def is_lower(code_point): function
431 and not (is_lower(code_point) or is_upper(code_point))):
441 and not (is_lower(code_point) or is_upper(code_point))):
450 if ((is_lower(code_point) or is_upper(code_point))
  /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py 263 def is_lower(code_point): function
431 and not (is_lower(code_point) or is_upper(code_point))):
441 and not (is_lower(code_point) or is_upper(code_point))):
450 if ((is_lower(code_point) or is_upper(code_point))
  /src/external/bsd/wpa/dist/src/ap/
taxonomy.c 34 int is_lower = s >= 'a' && s <= 'z'; local
38 if (is_lower || is_upper || is_digit) {
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 2457 const bool is_lower = (i == reversed); local
2488 if (!is_lower)
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 3239 boolean is_lower = STREQ (str, "lower");
3259 if (translate && (is_upper || is_lower)
3273 boolean is_lower = STREQ (str, "lower");
3300 || (is_lower && ISLOWER (ch))
3308 if ( translate && (is_upper || is_lower)
3226 boolean is_lower = STREQ (str, "lower"); local
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 3239 boolean is_lower = STREQ (str, "lower");
3264 if (translate && (is_upper || is_lower)
3278 boolean is_lower = STREQ (str, "lower");
3305 || (is_lower && ISLOWER (ch))
3313 if ( translate && (is_upper || is_lower)
3226 boolean is_lower = STREQ (str, "lower"); local
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 3239 boolean is_lower = STREQ (str, "lower");
3264 if (translate && (is_upper || is_lower)
3278 boolean is_lower = STREQ (str, "lower");
3305 || (is_lower && ISLOWER (ch))
3313 if ( translate && (is_upper || is_lower)
3226 boolean is_lower = STREQ (str, "lower"); local
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 3239 boolean is_lower = STREQ (str, "lower");
3264 if (translate && (is_upper || is_lower)
3278 boolean is_lower = STREQ (str, "lower");
3305 || (is_lower && ISLOWER (ch))
3313 if ( translate && (is_upper || is_lower)
3226 boolean is_lower = STREQ (str, "lower"); local
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 3239 boolean is_lower = STREQ (str, "lower");
3264 if (translate && (is_upper || is_lower)
3278 boolean is_lower = STREQ (str, "lower");
3305 || (is_lower && ISLOWER (ch))
3313 if ( translate && (is_upper || is_lower)
3226 boolean is_lower = STREQ (str, "lower"); local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 3239 boolean is_lower = STREQ (str, "lower");
3264 if (translate && (is_upper || is_lower)
3278 boolean is_lower = STREQ (str, "lower");
3305 || (is_lower && ISLOWER (ch))
3313 if ( translate && (is_upper || is_lower)
3226 boolean is_lower = STREQ (str, "lower"); local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 3239 boolean is_lower = STREQ (str, "lower");
3264 if (translate && (is_upper || is_lower)
3278 boolean is_lower = STREQ (str, "lower");
3305 || (is_lower && ISLOWER (ch))
3313 if ( translate && (is_upper || is_lower)
3226 boolean is_lower = STREQ (str, "lower"); local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 3311 boolean is_lower = STREQ (str, "lower");
3331 if (translate && (is_upper || is_lower)
3345 boolean is_lower = STREQ (str, "lower");
3372 || (is_lower && ISLOWER (ch))
3380 if ( translate && (is_upper || is_lower)
3298 boolean is_lower = STREQ (str, "lower"); variable
  /src/external/gpl2/grep/dist/lib/
regex.c 3227 boolean is_lower = STREQ (str, "lower");
3252 if (translate && (is_upper || is_lower)
3266 boolean is_lower = STREQ (str, "lower");
3293 || (is_lower && ISLOWER (ch))
3301 if ( translate && (is_upper || is_lower)
3213 boolean is_lower = STREQ (str, "lower"); local

Completed in 80 milliseconds