Home
last modified time | relevance | path

Searched refs:EAST_ASIAN_WIDTHS (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/localedata/unicode-gen/
Dutf8_compatibility.py157 unicode_utils.EAST_ASIAN_WIDTHS[key]
158 if key in unicode_utils.EAST_ASIAN_WIDTHS else 'None')
181 unicode_utils.EAST_ASIAN_WIDTHS[key]
182 if key in unicode_utils.EAST_ASIAN_WIDTHS else 'None')
202 unicode_utils.EAST_ASIAN_WIDTHS[key]
203 if key in unicode_utils.EAST_ASIAN_WIDTHS else 'None')
Dunicode_utils.py76 EAST_ASIAN_WIDTHS = {} variable
214 EAST_ASIAN_WIDTHS[code_point] = match.group('property')