Home
last modified time | relevance | path

Searched refs:downcase (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/
H A Dextension.rb34 if @tracking_target != nil && directive == 'endif' && @tracking_target == target.downcase
58 modified_target = target.downcase
73 if target.downcase.include?(extension)
75 @tracking_target = target.downcase
97 if @tracking_target != nil && directive == 'endif' && @tracking_target == target.downcase
121 modified_target = target.downcase
136 if target.downcase.include?(extension)
138 @tracking_target = target.downcase
228 diff_extensions = document.attributes['diff_extensions'].downcase.split(' ')
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_module.rb137 pattern = (pattern || @options[:pattern] || 'src').downcase
173 when 'snake' then part1.downcase
181 when 'snake' then part1.downcase + '_' + part2.downcase
/third_party/unity/auto/
H A Dgenerate_module.rb141 pattern = (pattern || @options[:pattern] || 'src').downcase
177 name = name[0].downcase + name[1..] unless start_cap
187 when 'snake' then neutralize_filename(name).downcase
/third_party/nghttp2/lib/
H A Dnghttp2_http.c36 static uint8_t downcase(uint8_t c) { in downcase() function
45 if (downcase(aa[i]) != downcase(bb[i])) { in memieq()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c36 static uint8_t downcase(uint8_t c) { in downcase() function
45 if (downcase(aa[i]) != downcase(bb[i])) { in memieq()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c35 static uint8_t downcase(uint8_t c) { in downcase() function
49 if (aa[i] != downcase(bb[i])) { in memieq()

Completed in 6 milliseconds