Home
last modified time | relevance | path

Searched refs:has_comma (Results 1 – 3 of 3) sorted by relevance

/external/gfxstream-protocols/registry/vulkan/scripts/
Dtest_check_spec_links.py282 for has_comma in equivalent_tags_with_commas:
283 assert(loneMsgReplacement(ckr.check(has_comma)) == 'abc 123')
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp595 bool has_comma = false; in FindSubstFont() local
603 has_comma = true; in FindSubstFont()
621 if (!has_comma) { in FindSubstFont()
662 (!has_comma && (!has_hyphen || (has_hyphen && !is_style_available)))) { in FindSubstFont()
/external/python/asn1crypto/asn1crypto/
Dx509.py1116 has_comma = False
1119 has_comma = True
1122 separator = ', ' if not has_comma else '; '