OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_WLocale_tolower
(Results
1 - 10
of
10
) sorted by null
/external/stlport/src/
c_locale.h
206
wint_t
_WLocale_tolower
(struct _Locale_ctype *, wint_t);
facets_byname.cpp
169
{ return
_WLocale_tolower
(_M_ctype, c); }
174
*low =
_WLocale_tolower
(_M_ctype, *low);
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
c_locale.h
206
wint_t
_WLocale_tolower
(struct _Locale_ctype *, wint_t);
facets_byname.cpp
169
{ return
_WLocale_tolower
(_M_ctype, c); }
174
*low =
_WLocale_tolower
(_M_ctype, *low);
[
all
...]
/external/stlport/src/c_locale_win32/
c_wlocale_win32.c
45
wint_t
_WLocale_tolower
(_Locale_ctype_t* ltype, wint_t c) {
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c
45
wint_t
_WLocale_tolower
(_Locale_ctype_t* ltype, wint_t c) {
/external/stlport/src/c_locale_dummy/
c_locale_dummy.c
242
wint_t
_WLocale_tolower
(struct _Locale_ctype *lctype, wint_t wc)
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
327
wint_t
_WLocale_tolower
( struct _Locale_ctype *__loc, wint_t c )
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
242
wint_t
_WLocale_tolower
(struct _Locale_ctype *lctype, wint_t wc)
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
327
wint_t
_WLocale_tolower
( struct _Locale_ctype *__loc, wint_t c )
Completed in 597 milliseconds