Home
last modified time | relevance | path

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

/haiku/src/kits/locale/
H A DFormattingConventions.cpp222 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()
/haiku/headers/os/locale/
H A DFormattingConventions.h124 mutable BString fCachedTimeFormats[B_TIME_FORMAT_STYLE_COUNT]; variable