Searched refs:fCachedTimeFormats (Results 1 – 2 of 2) sorted by relevance
222 fCachedTimeFormats[s] = other.fCachedTimeFormats[s]; in BFormattingConventions()281 fCachedTimeFormats[s] = other.fCachedTimeFormats[s]; in operator =()463 : fCachedTimeFormats[style]; in GetTimeFormat()488 fCachedTimeFormats[style] = outFormat; in GetTimeFormat()634 fCachedTimeFormats[s].Truncate(0); in SetExplicitUse24HourClock()644 fCachedTimeFormats[s].Truncate(0); in UnsetExplicitUse24HourClock()
124 mutable BString fCachedTimeFormats[B_TIME_FORMAT_STYLE_COUNT]; variable