HomeSort by relevance Sort by last modified time
    Searched refs:_Locale_toupper (Results 1 - 10 of 10) sorted by null

  /external/stlport/src/
c_locale.h 197 int _Locale_toupper(struct _Locale_ctype *, int /* c */);
facets_byname.cpp 70 { return (char)_Locale_toupper(_M_ctype, c); }
78 *first = (char)_Locale_toupper(_M_ctype, *first);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
c_locale.h 197 int _Locale_toupper(struct _Locale_ctype *, int /* c */);
facets_byname.cpp 70 { return (char)_Locale_toupper(_M_ctype, c); }
78 *first = (char)_Locale_toupper(_M_ctype, *first);
    [all...]
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 199 int _Locale_toupper(struct _Locale_ctype*lctype, int c)
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 287 int _Locale_toupper( struct _Locale_ctype *__loc, int c )
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 203 int _Locale_toupper(struct _Locale_ctype*lctype, int c)
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 287 int _Locale_toupper( struct _Locale_ctype *__loc, int c )
  /external/stlport/src/c_locale_win32/
c_locale_win32.c     [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c     [all...]

Completed in 134 milliseconds