Lines Matching +full:continue +full:- +full:on +full:- +full:error
1 from _locale import (setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, localeconv, Error)
26 'fr_FR.ISO8859-1', 'fr_FR.UTF-8', 'fr_FR.ISO8859-15@euro',
27 'ru_RU.KOI8-R', 'ko_KR.eucKR']
31 # Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to
32 # workaround a mbstowcs() bug. For example, on Solaris, the hu_HU locale uses
33 # the locale encoding ISO-8859-2, the thousands separator is b'\xA0' and it is
42 except Error:
43 continue
60 return not(len(a) == 2 and len(a[-1]) >= 9)
69 # The French thousands separator may be a breaking or non-breaking space
70 # depending on the platform, so do not test it
76 # ps_AF doesn't work on Windows: see bpo-38324 (msg361830)
96 except Error:
116 except Error:
117 continue
132 except Error:
133 continue
150 except Error:
151 continue
158 except Error:
170 # Bug #1391872: Test whether float parsing is okay on European
177 except Error:
178 continue
182 continue