Home
last modified time | relevance | path

Searched defs:tolower (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/src/ctype/
H A Dtolower.c3 int tolower(int c) in tolower() function
/third_party/musl/src/ctype/
H A Dtolower.c7 int tolower(int c) in tolower() function
/third_party/musl/porting/liteos_m/kernel/src/ctype/
H A Dtolower.c3 int tolower(int c) in tolower() function
/third_party/musl/porting/liteos_a/kernel/src/ctype/
H A Dtolower.c3 int tolower(int c) in tolower() function
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/linux/
H A Dctype.h69 #define tolower(c) __tolower(c) macro
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/linux/
H A Dctype.h69 #define tolower(c) __tolower(c) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dctype.h57 #define tolower(c) __tolower(c) macro
/kernel/linux/linux-5.10/include/linux/
H A Dctype.h56 #define tolower(c) __tolower(c) macro
/kernel/linux/linux-6.6/include/linux/
H A Dctype.h63 #define tolower(c) __tolower(c) macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dctype.h64 #define tolower(c) __tolower(c) macro
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcm_app_utils.c38 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
H A Dbcmwifi_channels.c40 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
H A Dwl_cfgnan.h100 #define tolower(c) bcm_tolower(c) macro
/third_party/python/Include/
H A Dpyport.h490 #undef tolower macro
491 #define tolower(c) towlower(btowc(c)) macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCaseProps.java187 public final int tolower(int c) { in tolower() method in UCaseProps
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCaseProps.java191 public final int tolower(int c) { in tolower() method in UCaseProps
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_debug.c68 #define tolower(x) ((x) | 0x20) macro
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm560 tolower(){ function
/third_party/ffmpeg/
H A Dconfigure569 tolower(){ function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs303 pub fn tolower(c: c_int) -> c_int; in tolower() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs437 pub fn tolower(c: c_int) -> c_int; in tolower() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs538 pub fn tolower(c: c_int) -> c_int; in tolower() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs446 pub fn tolower(c: c_int) -> c_int; in tolower() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1093 pub fn tolower(c: c_int) -> c_int; in tolower() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3376 pub fn tolower(c: c_int) -> c_int; in tolower() functions

Completed in 55 milliseconds

12