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

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_ctype.h 52 #define is_upper(ch) \ macro
65 (is_upper(ch) || is_lower(ch))
  /src/external/gpl2/groff/dist/src/preproc/refer/
token.h 45 int is_upper() const;
54 inline int token_info::is_upper() const function in class:token_info
  /src/external/mpl/bind/dist/lib/isc/include/isc/
ascii.h 100 uint64_t is_upper = (is_ge_A ^ is_gt_Z) & is_ascii; local
102 * Move the is_upper flag bits to bit 0x20 (which is 'a' - 'A')
105 return octets | (is_upper >> 2);
118 uint32_t is_upper = (is_ge_A ^ is_gt_Z) & is_ascii; local
119 return octets | (is_upper >> 2);
  /src/bin/sh/
syntax.h 84 #define is_upper(c) (sh_ctype(c) & ISUPPER) macro
  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py 257 def is_upper(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 257 def is_upper(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 35 int is_upper = s >= 'A' && s <= 'Z'; local
38 if (is_lower || is_upper || is_digit) {
  /src/external/gpl3/gdb.old/dist/gdb/
i386-linux-tdep.c 401 int is_upper;
428 is_upper = (access > upper_bound ? 1 : 0);
431 if (is_upper)
400 int is_upper; local
  /src/external/gpl3/binutils/dist/opcodes/
m68k-dis.c 1427 short is_upper = 0;
1433 is_upper = 1;
1438 is_upper ? "u" : "l");
1425 short is_upper = 0; local
  /src/external/gpl3/binutils.old/dist/opcodes/
m68k-dis.c 1427 short is_upper = 0;
1433 is_upper = 1;
1438 is_upper ? "u" : "l");
1425 short is_upper = 0; local
  /src/external/gpl3/gdb/dist/opcodes/
m68k-dis.c 1427 short is_upper = 0;
1433 is_upper = 1;
1438 is_upper ? "u" : "l");
1425 short is_upper = 0; local
  /src/external/gpl3/gdb.old/dist/opcodes/
m68k-dis.c 1425 short is_upper = 0;
1431 is_upper = 1;
1436 is_upper ? "u" : "l");
1423 short is_upper = 0; local
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 3240 boolean is_upper = STREQ (str, "upper");
3259 if (translate && (is_upper || is_lower)
3277 boolean is_upper = STREQ (str, "upper");
3305 || (is_upper && ISUPPER (ch))
3308 if ( translate && (is_upper || is_lower)
3227 boolean is_upper = STREQ (str, "upper"); local
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 3240 boolean is_upper = STREQ (str, "upper");
3264 if (translate && (is_upper || is_lower)
3282 boolean is_upper = STREQ (str, "upper");
3310 || (is_upper && ISUPPER (ch))
3313 if ( translate && (is_upper || is_lower)
3227 boolean is_upper = STREQ (str, "upper"); local
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 3240 boolean is_upper = STREQ (str, "upper");
3264 if (translate && (is_upper || is_lower)
3282 boolean is_upper = STREQ (str, "upper");
3310 || (is_upper && ISUPPER (ch))
3313 if ( translate && (is_upper || is_lower)
3227 boolean is_upper = STREQ (str, "upper"); local
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 3240 boolean is_upper = STREQ (str, "upper");
3264 if (translate && (is_upper || is_lower)
3282 boolean is_upper = STREQ (str, "upper");
3310 || (is_upper && ISUPPER (ch))
3313 if ( translate && (is_upper || is_lower)
3227 boolean is_upper = STREQ (str, "upper"); local
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 3240 boolean is_upper = STREQ (str, "upper");
3264 if (translate && (is_upper || is_lower)
3282 boolean is_upper = STREQ (str, "upper");
3310 || (is_upper && ISUPPER (ch))
3313 if ( translate && (is_upper || is_lower)
3227 boolean is_upper = STREQ (str, "upper"); local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 3240 boolean is_upper = STREQ (str, "upper");
3264 if (translate && (is_upper || is_lower)
3282 boolean is_upper = STREQ (str, "upper");
3310 || (is_upper && ISUPPER (ch))
3313 if ( translate && (is_upper || is_lower)
3227 boolean is_upper = STREQ (str, "upper"); local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 3240 boolean is_upper = STREQ (str, "upper");
3264 if (translate && (is_upper || is_lower)
3282 boolean is_upper = STREQ (str, "upper");
3310 || (is_upper && ISUPPER (ch))
3313 if ( translate && (is_upper || is_lower)
3227 boolean is_upper = STREQ (str, "upper"); local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 3312 boolean is_upper = STREQ (str, "upper");
3331 if (translate && (is_upper || is_lower)
3349 boolean is_upper = STREQ (str, "upper");
3377 || (is_upper && ISUPPER (ch))
3380 if ( translate && (is_upper || is_lower)
3299 boolean is_upper = STREQ (str, "upper"); variable
  /src/external/gpl2/grep/dist/lib/
regex.c 3228 boolean is_upper = STREQ (str, "upper");
3252 if (translate && (is_upper || is_lower)
3270 boolean is_upper = STREQ (str, "upper");
3298 || (is_upper && ISUPPER (ch))
3301 if ( translate && (is_upper || is_lower)
3214 boolean is_upper = STREQ (str, "upper"); local

Completed in 182 milliseconds