Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 10 of 10) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
DCameraProperties.h155 property[0] = toupper(property[0]); in Properties()
158 property[0] = toupper(property[0]); in Properties()
/hardware/broadcom/libbt/src/
Dhardware.c414 if (toupper(p_str1[i]) != toupper(p_str2[i])) in hw_strncmp()
674 *(p_name+i) = toupper(*(p_name+i)); in hw_config_cback()
/hardware/ti/omap4-aah/security/tf_daemon/
Dsmc_properties_parser.c411 *p=toupper(*p); in SMCPropYacc()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c450 (*type) = toupper(ptr[i]); in get_ps_type()
452 (*sub_type) = toupper(ptr[i]); in get_ps_type()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c450 (*type) = toupper(ptr[i]); in get_ps_type()
452 (*sub_type) = toupper(ptr[i]); in get_ps_type()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c450 (*type) = toupper(ptr[i]); in get_ps_type()
452 (*sub_type) = toupper(ptr[i]); in get_ps_type()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1071 : ((islower(n1) ? (toupper(n1)) : n1) - 'A' + 10); in dhd_membytes()
1073 : ((islower(n2) ? (toupper(n2)) : n2) - 'A' + 10); in dhd_membytes()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh240 toupper(){ function
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapabilities.cpp1987 property[0] = toupper(property[0]); in insertDefaults()
1992 property[0] = toupper(property[0]); in insertDefaults()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2796 return static_cast<char>(toupper(static_cast<unsigned char>(ch)));