Searched defs:RADIXCHAR (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest__locale.py4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo) namespace
86 for li, lc in ((RADIXCHAR, "decimal_point"),
117 for li, lc in ((RADIXCHAR, "decimal_point"),
/external/python/cpython3/Lib/test/
H A Dtest__locale.py3 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo) namespace
114 for li, lc in ((RADIXCHAR, "decimal_point"),
148 for li, lc in ((RADIXCHAR, "decimal_point"),

Completed in 61 milliseconds