CultureData

Undocumented in source.
package
struct CultureData {}

Members

Static functions

getCultureNameFromIetfName
const(char)[] getCultureNameFromIetfName(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
getDataFromCultureID
const(CultureData)* getDataFromCultureID(int lcid)
Undocumented in source. Be warned that the author may not have intended to support it.
getDataFromCultureName
const(CultureData)* getDataFromCultureName(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
getDataFromRegionName
const(CultureData)* getDataFromRegionName(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

cultureDataTable
CultureData[] cultureDataTable;
Undocumented in source.

Variables

abbrevDayNames
const(char)[][] abbrevDayNames;
Undocumented in source.
abbrevMonthNames
const(char)[][] abbrevMonthNames;
Undocumented in source.
am
const(char)[] am;
Undocumented in source.
calendarType
int calendarType;
Undocumented in source.
currency
const(char)[] currency;
Undocumented in source.
currencyDigits
int currencyDigits;
Undocumented in source.
date
const(char)[] date;
Undocumented in source.
dayNames
const(char)[][] dayNames;
Undocumented in source.
decimal
const(char)[] decimal;
Undocumented in source.
digits
int digits;
Undocumented in source.
englishCountry
const(char)[] englishCountry;
Undocumented in source.
englishCurrency
const(char)[] englishCurrency;
Undocumented in source.
englishName
const(char)[] englishName;
Undocumented in source.
firstDayOfWeek
int firstDayOfWeek;
Undocumented in source.
firstDayOfYear
int firstDayOfYear;
Undocumented in source.
geoId
int geoId;
Undocumented in source.
grouping
int[] grouping;
Undocumented in source.
ietfTag
const(char)[] ietfTag;
Undocumented in source.
intlSymbol
const(char)[] intlSymbol;
Undocumented in source.
isMetric
bool isMetric;
Undocumented in source.
isNeutral
bool isNeutral;
Undocumented in source.
isoLangName
const(char)[] isoLangName;
Undocumented in source.
isoLangName2
const(char)[] isoLangName2;
Undocumented in source.
isoRegionName
const(char)[] isoRegionName;
Undocumented in source.
lcid
int lcid;
Undocumented in source.
longDate
const(char)[] longDate;
Undocumented in source.
longDates
const(char)[][] longDates;
Undocumented in source.
longTime
const(char)[] longTime;
Undocumented in source.
longTimes
const(char)[][] longTimes;
Undocumented in source.
monetaryDecimal
const(char)[] monetaryDecimal;
Undocumented in source.
monetaryGrouping
int[] monetaryGrouping;
Undocumented in source.
monetaryThousand
const(char)[] monetaryThousand;
Undocumented in source.
monthDay
const(char)[] monthDay;
Undocumented in source.
monthNames
const(char)[][] monthNames;
Undocumented in source.
name
const(char)[] name;
Undocumented in source.
nan
const(char)[] nan;
Undocumented in source.
nativeCalName
const(char)[] nativeCalName;
Undocumented in source.
nativeCountry
const(char)[] nativeCountry;
Undocumented in source.
nativeCurrency
const(char)[] nativeCurrency;
Undocumented in source.
nativeDigits
const(char)[][] nativeDigits;
Undocumented in source.
nativeName
const(char)[] nativeName;
Undocumented in source.
negInfinity
const(char)[] negInfinity;
Undocumented in source.
negativeCurrency
int negativeCurrency;
Undocumented in source.
negativeNumber
int negativeNumber;
Undocumented in source.
negativeSign
const(char)[] negativeSign;
Undocumented in source.
optionalCalendars
int[] optionalCalendars;
Undocumented in source.
parent
int parent;
Undocumented in source.
pm
const(char)[] pm;
Undocumented in source.
posInfinity
const(char)[] posInfinity;
Undocumented in source.
positiveCurrency
int positiveCurrency;
Undocumented in source.
positiveSign
const(char)[] positiveSign;
Undocumented in source.
regionName
const(char)[] regionName;
Undocumented in source.
shortDate
const(char)[] shortDate;
Undocumented in source.
shortDates
const(char)[][] shortDates;
Undocumented in source.
shortTime
const(char)[] shortTime;
Undocumented in source.
shortTimes
const(char)[][] shortTimes;
Undocumented in source.
thousand
const(char)[] thousand;
Undocumented in source.
time
const(char)[] time;
Undocumented in source.
yearMonth
const(char)[] yearMonth;
Undocumented in source.
yearMonths
const(char)[][] yearMonths;
Undocumented in source.

Meta