HomeSort by relevance Sort by last modified time
    Searched refs:TOUPPER (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/bison/lib/
strtol.c 198 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
202 # define TOUPPER(Ch) towupper (Ch)
211 # define TOUPPER(Ch) __toupper_l ((Ch), loc)
215 # define TOUPPER(Ch) toupper (Ch)
312 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
334 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
357 c = TOUPPER (c) - L_('A') + 10;
411 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
  /external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c 30 #define TOUPPER(c) (c & ~0x20)
107 *q++ = TOUPPER(*p++);
170 *q++ = TOUPPER(*p++);
  /external/libxslt/libxslt/
xsltlocale.c 30 #define TOUPPER(c) (c & ~0x20)
107 *q++ = TOUPPER(*p++);
170 *q++ = TOUPPER(*p++);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /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
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-tag.cc 635 tag[i] = TOUPPER (s[i]);
hb-private.hh 533 static inline unsigned char TOUPPER (unsigned char c)
  /external/harfbuzz_ng/src/
hb-ot-tag.cc 635 tag[i] = TOUPPER (s[i]);
hb-private.hh 533 static inline unsigned char TOUPPER (unsigned char c)
  /external/iputils/ninfod/
configure     [all...]
  /external/chromium_org/third_party/libxml/src/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libpng/
configure     [all...]
  /external/genext2fs/
configure     [all...]
  /external/liblzf/
configure     [all...]
  /external/marisa-trie/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]

Completed in 5907 milliseconds

1 2 3