Home
last modified time | relevance | path

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

/haiku/src/kits/locale/
H A DFormattingConventions.cpp213 fCachedDateFormats[s] = other.fCachedDateFormats[s]; in BFormattingConventions()
217 fCachedDateTimeFormats[s][t] = other.fCachedDateFormats[s][t]; in BFormattingConventions()
272 fCachedDateFormats[s] = other.fCachedDateFormats[s]; in operator =()
430 : fCachedDateFormats[style]; in GetDateFormat()
448 fCachedDateFormats[style] = outFormat; in GetDateFormat()
/haiku/headers/os/locale/
H A DFormattingConventions.h123 mutable BString fCachedDateFormats[B_DATE_FORMAT_STYLE_COUNT]; variable