| /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
|
| ref.cpp | 587 if (ti->is_upper()) 594 if (ti->is_upper()) { 610 if (ti->is_upper()) { 617 else if (ti->is_upper()) { 758 if ((is_lower || ti->is_upper()) && get_token(&ptr, end)) {
|
| /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
|
| trap.c | 406 is_upper(ap[-1][0]) ? "SIG" : "sig",
|
| show.c | 1108 if (is_upper(f)) {
|
| /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/share/locale/ctype/ |
| gen_ctype_utf8.pl | 168 my $is_upper = $general_category eq 'Lu'; 190 push @{ $info->{UPPER} }, $code if $is_upper; 233 if ($is_upper) {
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/internal/ |
| floats.d | 50 bool is_upper = f.spec == 'A' || f.spec == 'E' || f.spec=='F' || f.spec=='G'; 58 writeAligned(w, sgn, "", (mnt == 0) ? ( is_upper ? "INF" : "inf" ) : ( is_upper ? "NAN" : "nan" ), f); 65 printFloatA(w, val, f, sgn, exp, mnt, is_upper); 68 printFloatE!false(w, val, f, sgn, exp, mnt, is_upper); 71 printFloatF!false(w, val, f, sgn, exp, mnt, is_upper); 74 printFloatG(w, val, f, sgn, exp, mnt, is_upper); 80 FormatSpec!Char f, string sgn, int exp, ulong mnt, bool is_upper) 90 prefix[2] = is_upper ? 'X' : 'x'; 97 writeAligned(w, prefix[1 - sgn.length .. $], "0", ".", is_upper ? "P+0" : "p+0" [all...] |
| /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.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/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/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/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
|
| /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.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
|