Searched refs:TOLOWER (Results 1 – 17 of 17) sorted by relevance
174 char c = TOLOWER (str[0]); in hb_direction_from_string()747 && TOLOWER (p[0]) == 'o' in parse_bool()748 && TOLOWER (p[1]) == 'n') in parse_bool()751 && TOLOWER (p[0]) == 'o' in parse_bool()752 && TOLOWER (p[1]) == 'f' in parse_bool()753 && TOLOWER (p[2]) == 'f') in parse_bool()
423 …ript = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", TOLOWER); in hb_ot_tags_from_script_and_language()477 buf[0] = TOLOWER (tag >> 24); in hb_ot_tag_to_language()478 buf[1] = TOLOWER ((tag >> 16) & 0xFF); in hb_ot_tag_to_language()479 buf[2] = TOLOWER ((tag >> 8) & 0xFF); in hb_ot_tag_to_language()
756 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function763 { return (c >= '0' && c <= '9') ? c - '0' : TOLOWER (c) - 'a' + 10; } in FROMHEX()
135 string(TOLOWER ${CMAKE_SYSTEM_NAME} _sys)136 string(TOLOWER ${PROJECT_NAME} _project_lower)
414 lo1 = TOLOWER(*c1); in ares_striendstr()415 lo2 = TOLOWER(*c2); in ares_striendstr()
282 #define TOLOWER(x) (tolower((int)((unsigned char)x))) macro
23 string(TOLOWER ${FILE} FILE)
218 string(TOLOWER "macOS" PKG_OS)220 string(TOLOWER ${CMAKE_SYSTEM_NAME} PKG_OS)
85 string(TOLOWER "ngtcp2_crypto_${NGTCP2_CRYPTO_BACKEND}" _crypto_library)
35 string(TOLOWER ${protobuf_generate_LANGUAGE} protobuf_generate_LANGUAGE)
194 string(TOLOWER "${_TYPE}" _DIR)
269 string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_LOWER)
62 string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_LOWER)
567 STRING(TOLOWER ${drive} drive_lower)
868 string(TOLOWER "ci_cmake_flag_${flag}" flag_target)
1071 string(TOLOWER "${OUTPUT}" HAVE_WIN32_WINNT)
10974 TOLOWER