Lines Matching refs:separators
123 separators = self._categories['separators']
125 if non_breaking_space in separators:
126 separators.remove(int(non_breaking_space))
133 if mongolian_vowel_separator not in separators:
134 bisect.insort(separators, int(mongolian_vowel_separator))
135 if medium_mathematical_space not in separators:
136 bisect.insort(separators, int(medium_mathematical_space))
137 if zero_width_space not in separators:
138 bisect.insort(separators, int(zero_width_space))
191 letters, non_letters, separators = categorizer.read_categories(script_args.unicode_data)
195 separator_tables = split_list(list(group_ranges(separators)))