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

  /external/stlport/src/
c_locale.h 198 int _Locale_tolower(struct _Locale_ctype *, int /* c */);
facets_byname.cpp 73 { return (char)_Locale_tolower(_M_ctype, c); }
85 *first = (char)_Locale_tolower(_M_ctype, *first);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
c_locale.h 198 int _Locale_tolower(struct _Locale_ctype *, int /* c */);
facets_byname.cpp 73 { return (char)_Locale_tolower(_M_ctype, c); }
85 *first = (char)_Locale_tolower(_M_ctype, *first);
    [all...]
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 206 int _Locale_tolower(struct _Locale_ctype*lctype, int c)
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 290 int _Locale_tolower( struct _Locale_ctype *__loc, int c )
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 206 int _Locale_tolower(struct _Locale_ctype*lctype, int c)
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 290 int _Locale_tolower( 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 85 milliseconds