/third_party/curl/lib/ |
D | curl_ctype.h | 47 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro 72 #define ISLOWER(x) (Curl_islower((int) ((unsigned char)x))) macro
|
D | curl_fnmatch.c | 86 if(ISLOWER(c)) in parsekeyword() 133 if(ISLOWER(c)) in charclass() 324 found = ISLOWER(*s); in loop()
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 283 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.c | 630 #define ISLOWER(c) ((c) >= 'a' && (c) <= 'z') macro 631 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c)) 632 #define TOUPPER(c) (ISLOWER (c) ? (c) - 'a' + 'A' : (c))
|
/third_party/glib/glib/ |
D | gstrfuncs.c | 1042 #define ISLOWER(c) ((c) >= 'a' && (c) <= 'z') macro 1043 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c)) 1044 #define TOUPPER(c) (ISLOWER (c) ? (c) - 'a' + 'A' : (c))
|
/third_party/icu/tools/multi/c/patch/ |
D | 3_2 | 6220 > # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 6221 > # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 6223 > # define ISLOWER(c) \ 6227 > # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 6236 > if (XOR (islower (i), ISLOWER (i)) 9082 < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 9083 < #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 9086 < if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
|
D | 3_0 | 6519 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 6520 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 6522 +# define ISLOWER(c) \ 6526 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 6535 + if (XOR (islower (i), ISLOWER (i)) 9440 -#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 9441 -#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 9444 -if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.1 | 202 (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT,
|
/third_party/python/ |
D | configure | 5603 if (XOR (islower (i), ISLOWER (i)) 8066 if (XOR (islower (i), ISLOWER (i))
|
/third_party/flutter/skia/third_party/externals/icu/source/ |
D | configure | 4676 if (XOR (islower (i), ISLOWER (i))
|
/third_party/icu/icu4c/source/ |
D | configure | 4730 if (XOR (islower (i), ISLOWER (i))
|
/third_party/skia/third_party/externals/icu/source/ |
D | configure | 4730 if (XOR (islower (i), ISLOWER (i))
|
/third_party/libffi/ |
D | configure | 8706 if (XOR (islower (i), ISLOWER (i)) 17705 if (XOR (islower (i), ISLOWER (i))
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | configure | 7052 if (XOR (islower (i), ISLOWER (i)) 16126 if (XOR (islower (i), ISLOWER (i))
|
/third_party/e2fsprogs/ |
D | configure | 4695 if (XOR (islower (i), ISLOWER (i))
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | configure | 12754 if (XOR (islower (i), ISLOWER (i))
|
/third_party/mtdev/ |
D | configure | 7546 if (XOR (islower (i), ISLOWER (i))
|
/third_party/skia/third_party/externals/libpng/ |
D | configure | 12754 if (XOR (islower (i), ISLOWER (i))
|
/third_party/libpng/ |
D | configure | 12754 if (XOR (islower (i), ISLOWER (i))
|
/third_party/libevdev/ |
D | configure | 3513 if (XOR (islower (i), ISLOWER (i))
|
/third_party/freetype/builds/unix/ |
D | configure | 12449 if (XOR (islower (i), ISLOWER (i))
|
/third_party/expat/ |
D | configure | 8247 if (XOR (islower (i), ISLOWER (i))
|
/third_party/eudev/ |
D | configure | 4046 if (XOR (islower (i), ISLOWER (i))
|
/third_party/skia/third_party/externals/microhttpd/ |
D | configure | 7754 if (XOR (islower (i), ISLOWER (i))
|
/third_party/python/Misc/ |
D | HISTORY | 11820 (ISLOWER()/ISUPPER()/etc) have now been removed: use Py_ISLOWER() etc instead.
|