Searched refs:fCachedDateFormats (Results 1 – 2 of 2) sorted by relevance
213 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()
123 mutable BString fCachedDateFormats[B_DATE_FORMAT_STYLE_COUNT]; variable