OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:towlower_l
(Results
51 - 75
of
302
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h
131
inline _LIBCPP_ALWAYS_INLINE wint_t
towlower_l
(wint_t c, locale_t) {
function
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/ibm/
xlocale.h
182
wint_t
towlower_l
(wint_t wc, locale_t locale)
function
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h
131
inline _LIBCPP_ALWAYS_INLINE wint_t
towlower_l
(wint_t c, locale_t) {
function
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h
98
wint_t
towlower_l
(wint_t __c, locale_t __l);
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
101
#define
towlower_l
_towlower_l
macro
/prebuilts/ndk/r11/sources/android/support/
Android.mk
90
src/musl-locale/
towlower_l
.c \
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h
98
wint_t
towlower_l
(wint_t __c, locale_t __l);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
101
#define
towlower_l
_towlower_l
macro
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/ibm/
xlocale.h
182
wint_t
towlower_l
(wint_t wc, locale_t locale)
function
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/xlocale/
__posix_l_fallback.h
131
inline _LIBCPP_ALWAYS_INLINE int
towlower_l
(int c, locale_t) {
function
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/libr2/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/libr6/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/libx32/
libc.so
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/lib/
libc.so
Completed in 258 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>