OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:towlower_l
(Results
1 - 11
of
11
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/include/support/android/
wctype.h
37
wint_t
towlower_l
(wint_t, locale_t);
/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h
88
#define
towlower_l
_towlower_l
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wctype.h
299
extern wint_t
towlower_l
(wint_t __wc, __locale_t __locale) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wctype.h
299
extern wint_t
towlower_l
(wint_t __wc, __locale_t __locale) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wctype.h
299
extern wint_t
towlower_l
(wint_t __wc, __locale_t __locale) __THROW;
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
xlocale.h
89
wint_t
towlower_l
(wint_t __c, locale_t __l);
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
xlocale.c
147
wint_t
towlower_l
(wint_t __c, locale_t __l) {
function
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
locale_support.c
222
wint_t
towlower_l
(wint_t c, locale_t loc) {
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
329
return
towlower_l
( c, ((locale_t)__loc) );
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
329
return
towlower_l
( c, ((locale_t)__loc) );
/ndk/sources/cxx-stl/llvm-libc++/src/
locale.cpp
[
all
...]
Completed in 293 milliseconds