Searched refs:fCachedUse24HourClock (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/kits/locale/
H A DFormattingConventions.cpp188 fCachedUse24HourClock(CLOCK_HOURS_UNSET),
201 fCachedUse24HourClock(other.fCachedUse24HourClock),
221 fCachedUse24HourClock(CLOCK_HOURS_UNSET),
268 fCachedUse24HourClock = other.fCachedUse24HourClock;
468 ? fExplicitUse24HourClock : fCachedUse24HourClock;
556 ? fExplicitUse24HourClock : fCachedUse24HourClock;
561 fCachedUse24HourClock
563 return fCachedUse24HourClock
[all...]
/haiku-fatelf/headers/os/locale/
H A DFormattingConventions.h117 mutable int8 fCachedUse24HourClock; member in class:BFormattingConventions

Completed in 35 milliseconds