Package org.python.modules._locale
Class JyLocale
java.lang.Object
org.python.modules._locale.DateSymbolJyLocale
org.python.modules._locale.JyLocale
- All Implemented Interfaces:
DateSymbolLocale,PyLocale
Sources locale information from standard Java API functions, such as that in
Locale and DecimalFormat.
Used by the _locale module. Callers would not usually interact with this class directly unless
working with _locale internals.- Since:
- Jython 2.7.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisExtendedWhitespace(char c) Includes non-breaking space, but not extended codepointsintMethods inherited from class org.python.modules._locale.DateSymbolJyLocale
getAmPmStrings, getMonths, getShortMonths, getShortWeekdays, getWeekdaysMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.python.modules._locale.DateSymbolLocale
getAmPmStrings, getMonths, getShortMonths, getShortWeekdays, getWeekdays
-
Constructor Details
-
JyLocale
-
-
Method Details
-
localeconv
- Specified by:
localeconvin interfacePyLocale
-
getLocaleString
- Specified by:
getLocaleStringin interfacePyLocale
-
getUnderlyingLocale
- Specified by:
getUnderlyingLocalein interfacePyLocale
-
strcoll
-
strxfrm
-
getEncoding
-
isExtendedWhitespace
public static boolean isExtendedWhitespace(char c) Includes non-breaking space, but not extended codepoints
-