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

  /external/stlport/src/
c_locale.h 207 wint_t _WLocale_toupper(struct _Locale_ctype *, wint_t);
facets_byname.cpp 159 { return _WLocale_toupper(_M_ctype, c); }
164 *low = _WLocale_toupper(_M_ctype, *low);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
c_locale.h 207 wint_t _WLocale_toupper(struct _Locale_ctype *, wint_t);
facets_byname.cpp 159 { return _WLocale_toupper(_M_ctype, c); }
164 *low = _WLocale_toupper(_M_ctype, *low);
    [all...]
  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) {
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) {
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 245 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc)
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 332 wint_t _WLocale_toupper( struct _Locale_ctype *__loc, wint_t c )
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 245 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc)
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 332 wint_t _WLocale_toupper( struct _Locale_ctype *__loc, wint_t c )

Completed in 43 milliseconds