Home
last modified time | relevance | path

Searched defs:iswlower (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwctype.h144 #define iswlower(_c) (iswctype(_c,_LOWER)) macro
159 __CRT_INLINE int __cdecl iswlower(wint_t _C) {return (iswctype(_C,_LOWER)); } in iswlower() function
/aosp_15_r20/external/trusty/musl/src/ctype/
Diswlower.c3 int iswlower(wint_t wc) in iswlower() function
/aosp_15_r20/external/musl/src/ctype/
H A Diswlower.c3 int iswlower(wint_t wc) in iswlower() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/external/libcxx/include/support/solaris/
H A Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dutils.h53 #define iswlower(a) islower(a) macro

123