OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOUPPER
(Results
1 - 25
of
32
) sorted by null
1
2
/external/bison/lib/
strtol.c
207
# define
TOUPPER
(Ch) __towupper_l ((Ch), loc)
211
# define
TOUPPER
(Ch) towupper (Ch)
225
# define
TOUPPER
(Ch) __toupper_l ((Ch), loc)
229
# define
TOUPPER
(Ch) (IN_CTYPE_DOMAIN (Ch) ?
toupper
(Ch) : (Ch))
326
if ((base == 0 || base == 16) &&
TOUPPER
(s[1]) == L_('X'))
348
&& (!ISALPHA (c) || (int) (
TOUPPER
(c) - L_('A') + 10) >= base))
371
c =
TOUPPER
(c) - L_('A') + 10;
425
if (save - nptr >= 2 &&
TOUPPER
(save[-1]) == L_('X')
/external/libxslt/libxslt/
xsltlocale.c
30
#define
TOUPPER
(c) (c & ~0x20)
107
*q++ =
TOUPPER
(*p++);
170
*q++ =
TOUPPER
(*p++);
/external/valgrind/main/coregrind/m_demangle/
safe-ctype.h
112
#define
TOUPPER
(c) _sch_toupper[(c) & 0xff]
148
#undef
toupper
macro
149
#define
toupper
(c) do_not_use_toupper_with_safe_ctype
macro
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
safe-ctype.h
112
#define
TOUPPER
(c) _sch_toupper[(c) & 0xff]
145
#undef
toupper
macro
146
#define
toupper
(c) do_not_use_toupper_with_safe_ctype
macro
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
safe-ctype.h
112
#define
TOUPPER
(c) _sch_toupper[(c) & 0xff]
145
#undef
toupper
macro
146
#define
toupper
(c) do_not_use_toupper_with_safe_ctype
macro
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
safe-ctype.h
112
#define
TOUPPER
(c) _sch_toupper[(c) & 0xff]
145
#undef
toupper
macro
146
#define
toupper
(c) do_not_use_toupper_with_safe_ctype
macro
/external/bluetooth/glib/glib/
gstrfuncs.c
703
#define
TOUPPER
(c) (ISLOWER (c) ? (c) - 'a' + 'A' : (c))
744
if ((base == 0 || base == 16) &&
TOUPPER
(s[1]) == 'X')
768
c =
TOUPPER
(c) - 'A' + 10;
807
if (save - nptr >= 2 &&
TOUPPER
(save[-1]) == 'X'
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/
configure
872
#define
TOUPPER
(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
875
if (XOR (islower (i), ISLOWER (i)) ||
toupper
(i) !=
TOUPPER
(i)) exit(2);
998
#define
TOUPPER
(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1001
if (XOR (islower (i), ISLOWER (i)) ||
toupper
(i) !=
TOUPPER
(i)) exit(2);
[
all
...]
/external/valgrind/main/
configure
[
all
...]
/external/libpng/
configure
[
all
...]
/external/genext2fs/
configure
[
all
...]
/external/liblzf/
configure
[
all
...]
/external/grub/
configure
[
all
...]
/external/icu4c/
configure
[
all
...]
configure.orig
[
all
...]
/external/libpcap/
configure
[
all
...]
/external/srtp/
configure
[
all
...]
/external/chromium/sdch/open-vcdiff/
configure
[
all
...]
/external/dropbear/
configure
[
all
...]
/external/expat/
configure
[
all
...]
/external/libffi/
configure
[
all
...]
/external/pcre/
configure
[
all
...]
/external/protobuf/
configure
[
all
...]
/external/e2fsprogs/
configure
[
all
...]
/external/strace/
configure
[
all
...]
Completed in 1061 milliseconds
1
2