Lines Matching refs:LOCALE
182 :const:`LOCALE` or :const:`UNICODE` mode is in force.
350 depends on the values of the ``UNICODE`` and ``LOCALE`` flags.
361 of ``LOCALE`` and ``UNICODE``.
378 :const:`LOCALE` flag has no extra effect on matching of the space.
386 :const:`LOCALE` flag has no extra effect on non-whitespace match. If
392 When the :const:`LOCALE` and :const:`UNICODE` flags are not specified, matches
394 ``[a-zA-Z0-9_]``. With :const:`LOCALE`, it will match the set ``[0-9_]`` plus
400 When the :const:`LOCALE` and :const:`UNICODE` flags are not specified, matches
402 With :const:`LOCALE`, it will match any character not in the set ``[0-9_]``, and
410 If both :const:`LOCALE` and :const:`UNICODE` flags are included for a
411 particular sequence, then :const:`LOCALE` flag takes effect first followed by
495 LOCALE