Lines Matching refs:_defaults
138 _defaults = {"gc": "Cn"} variable
332 _defaults[prop[1][0]] = value
599 if "dt" not in _defaults: # DerivedDecompositionType.txt
600 _defaults["dt"] = "None"
601 if "nt" not in _defaults: # DerivedNumericType.txt
602 _defaults["nt"] = "None"
603 if "hst" not in _defaults: # HangulSyllableType.txt
604 _defaults["hst"] = "NA"
605 if "gc" not in _defaults: # No @missing line in any .txt file?
606 _defaults["gc"] = "Cn"
608 _defaults["gcm"] = _defaults["gc"]
1003 b_is_unassigned = _defaults["gc"] == "Cn" # This is expected to be true.
1106 default_is_unassigned = _defaults["gc"] == "Cn" # This is expected to be true.
1225 WriteFieldsRangeProps(["defaults"], 0, 0x10ffff, _defaults, out_file)
2214 _null_or_defaults.update(_defaults)