Home
last modified time | relevance | path

Searched refs:fExplicitDateFormats (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/locale/
H A DFormattingConventions.cpp214 fExplicitDateFormats[s] = other.fExplicitDateFormats[s]; in BFormattingConventions()
218 fExplicitDateTimeFormats[s][t] = other.fExplicitDateFormats[s][t]; in BFormattingConventions()
242 fExplicitDateFormats[s] = format; in BFormattingConventions()
273 fExplicitDateFormats[s] = other.fExplicitDateFormats[s]; in operator =()
313 if (fExplicitDateFormats[s] != other.fExplicitDateFormats[s]) in operator ==()
428 outFormat = fExplicitDateFormats[style].Length() in GetDateFormat()
429 ? fExplicitDateFormats[style] in GetDateFormat()
558 fExplicitDateFormats[style] = format; in SetExplicitDateFormat()
653 status = archive->AddString("dateFormat", fExplicitDateFormats[s]); in Archive()
/haiku/headers/os/locale/
H A DFormattingConventions.h132 BString fExplicitDateFormats[B_DATE_FORMAT_STYLE_COUNT]; variable