HomeSort by relevance Sort by last modified time
    Searched refs:toupper (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /external/yaffs2/yaffs2/direct/
ydirectenv.h 39 #define yaffs_toupper(a) toupper(a)
  /ndk/build/awk/
extract-debuggable.awk 75 XML_TAG = toupper(XML_TAG); # uppercase it
extract-package-name.awk 76 XML_TAG = toupper(XML_TAG); # uppercase it
xml.awk 60 XML_TAG = toupper(XML_TAG); # uppercase it
245 # XML_TAG = toupper(XML_TAG); # conver to uppercase
extract-launchable.awk 130 XML_TAG = toupper(XML_TAG); # uppercase it
  /ndk/sources/android/stlport/stlport/stl/
_ctype.h 91 char (toupper)(char __c) const { return do_toupper(__c); } function in class:ctype
92 const char* (toupper)(char* __low, const char* __high) const { function in class:ctype
198 wchar_t (toupper)(wchar_t __c) const { return do_toupper(__c); } function in class:ctype
199 const wchar_t* (toupper)(wchar_t* __low, const wchar_t* __high) const function in class:ctype
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /external/stlport/stlport/
locale 77 #undef toupper
127 inline _CharT toupper(_CharT c, const locale& loc)
128 { return (use_facet<ctype<_CharT> >(loc)).toupper(c); }
ctype.h 62 # undef toupper macro
  /ndk/sources/android/stlport/stlport/
locale 77 #undef toupper
127 inline _CharT toupper(_CharT c, const locale& loc)
128 { return (use_facet<ctype<_CharT> >(loc)).toupper(c); }
ctype.h 62 # undef toupper macro
  /bionic/libc/stdlib/
toupper_.c 51 #undef toupper macro
53 toupper(int c) function
  /external/stlport/test/unit/
ctype_facets_test.cpp 113 //toupper
115 CPPUNIT_ASSERT( ct.toupper('a') == 'A' );
116 CPPUNIT_ASSERT( ct.toupper('A') == 'A' );
117 CPPUNIT_ASSERT( ct.toupper('1') == '1' );
120 //toupper range
124 ct.toupper(range, range + sizeof(range));
257 //toupper
259 CPPUNIT_CHECK( wct.toupper(L'a') == L'A' );
260 CPPUNIT_CHECK( wct.toupper(L'A') == L'A' );
261 CPPUNIT_CHECK( wct.toupper(L'1') == L'1' )
    [all...]
  /external/yaffs2/yaffs2/
yportenv.h 49 #define yaffs_toupper(a) toupper(a)
111 #define yaffs_toupper(a) toupper(a)
  /ndk/sources/android/stlport/test/unit/
ctype_facets_test.cpp 113 //toupper
115 CPPUNIT_ASSERT( ct.toupper('a') == 'A' );
116 CPPUNIT_ASSERT( ct.toupper('A') == 'A' );
117 CPPUNIT_ASSERT( ct.toupper('1') == '1' );
120 //toupper range
124 ct.toupper(range, range + sizeof(range));
257 //toupper
259 CPPUNIT_CHECK( wct.toupper(L'a') == L'A' );
260 CPPUNIT_CHECK( wct.toupper(L'A') == L'A' );
261 CPPUNIT_CHECK( wct.toupper(L'1') == L'1' )
    [all...]
  /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
  /external/bluetooth/bluez/lib/
bluetooth.c 132 *ptr = toupper(*ptr);
137 *ptr = toupper(*ptr);
142 *ptr = toupper(*ptr);
  /bionic/libc/netbsd/nameser/
ns_ttl.c 121 ch = toupper(ch);
  /external/quake/quake/src/WinQuake/
conproc.cpp 233 upper = toupper(*sz);
269 upper = toupper(c);

Completed in 3221 milliseconds

12 3 4 5 6