Home
last modified time | relevance | path

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

/dports/devel/py-phonenumbers/phonenumbers-8.4.1/phonenumbers/
H A Dunicode_util.py182 NKO = _BlockRange(0x07C0, 0x07FF, _RANGES)
189 ORIYA = _BlockRange(0x0B00, 0x0B7F, _RANGES)
190 TAMIL = _BlockRange(0x0B80, 0x0BFF, _RANGES)
195 THAI = _BlockRange(0x0E00, 0x0E7F, _RANGES)
196 LAO = _BlockRange(0x0E80, 0x0EFF, _RANGES)
205 OGHAM = _BlockRange(0x1680, 0x169F, _RANGES)
206 RUNIC = _BlockRange(0x16A0, 0x16FF, _RANGES)
209 BUHID = _BlockRange(0x1740, 0x175F, _RANGES)
282 LISU = _BlockRange(0xA4D0, 0xA4FF, _RANGES)
283 VAI = _BlockRange(0xA500, 0xA63F, _RANGES)
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/plotting/
H A Dtest__plot.py141 _RANGES = [Range1d(), DataRange1d(), FactorRange()] variable
145 @pytest.mark.parametrize('range', _RANGES)
150 @pytest.mark.parametrize('range', _RANGES)
155 @pytest.mark.parametrize('range', _RANGES)
160 @pytest.mark.parametrize('range', _RANGES)
165 @pytest.mark.parametrize('range', _RANGES)
180 @pytest.mark.parametrize('range', _RANGES)
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/locales/
H A Dzh_cn.py7 _RANGES = [(l, c, cc) for ((l, c), (ll, cc)) in variable
31 for letter, char, next_char in _RANGES: