Lines Matching refs:set
60 _ignored_properties = set((
485 prop = (prop_type, aliases, set(), {})
499 prop = ("String", [name, name], set(), {})
505 prop = ("Miscellaneous", [name, name], set(), {})
526 prop = ("Miscellaneous", ["scx", "Script_Extensions"], set(), {})
612 short_script_names = script_prop[2] # set
1046 # set the value that reduces the file size the most as a block property value.
1076 # but set the default value if that property was not set
1567 # set as the first line in a possible range
1623 # An explicit order number is set only for files that must be parsed
1689 files_processed = set()
1798 name_chars = set()
1812 name_chars |= set(name)
1862 tokens1 = set([t for (s, c, t) in ct])
2072 """Checks that every ICU property has a full set of value enum constants,
2077 vnames = set(prop[2]) # Modifiable copy of the set of short value names.