Home
last modified time | relevance | path

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

/haiku/headers/os/locale/
H A DFormattingConventions.h51 B_TIME_FORMAT_STYLE_COUNT enumerator
124 mutable BString fCachedTimeFormats[B_TIME_FORMAT_STYLE_COUNT];
127 [B_TIME_FORMAT_STYLE_COUNT];
133 BString fExplicitTimeFormats[B_TIME_FORMAT_STYLE_COUNT];
136 [B_TIME_FORMAT_STYLE_COUNT];
/haiku/src/kits/locale/
H A DFormattingConventions.cpp216 for (int t = 0; t < B_TIME_FORMAT_STYLE_COUNT; ++t) { in BFormattingConventions()
221 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s) { in BFormattingConventions()
274 for (int t = 0; t < B_TIME_FORMAT_STYLE_COUNT; ++t) { in operator =()
280 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s) { in operator =()
316 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s) { in operator ==()
458 if (style < 0 || style >= B_TIME_FORMAT_STYLE_COUNT) in GetTimeFormat()
501 if (timeStyle < 0 || timeStyle >= B_TIME_FORMAT_STYLE_COUNT) in GetDateTimeFormat()
633 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s) in SetExplicitUse24HourClock()
643 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s) in UnsetExplicitUse24HourClock()