Lines Matching +full:continue +full:- +full:on +full:- +full:error
1 from _locale import (setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, localeconv, Error)
28 'fr_FR.ISO8859-1', 'fr_FR.UTF-8', 'fr_FR.ISO8859-15@euro',
29 'ru_RU.KOI8-R', 'ko_KR.eucKR']
33 # Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to
34 # workaround a mbstowcs() bug. For example, on Solaris, the hu_HU locale uses
35 # the locale encoding ISO-8859-2, the thousands separator is b'\xA0' and it is
44 except Error:
45 continue
62 return not(len(a) == 2 and len(a[-1]) >= 9)
71 # The French thousands separator may be a breaking or non-breaking space
72 # depending on the platform, so do not test it
78 # ps_AF doesn't work on Windows: see bpo-38324 (msg361830)
98 except Error:
113 "musl libc issue on Emscripten, bpo-46390"
122 except Error:
123 continue
133 "musl libc issue on Emscripten, bpo-46390"
142 except Error:
143 continue
160 except Error:
161 continue
168 except Error:
180 # Bug #1391872: Test whether float parsing is okay on European
187 except Error:
188 continue
192 continue