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

/haiku-fatelf/headers/os/locale/
H A DFormattingConventions.h48 B_TIME_FORMAT_STYLE_COUNT enumerator in enum:BTimeFormatStyle
114 mutable BString fCachedTimeFormats[B_TIME_FORMAT_STYLE_COUNT];
120 BString fExplicitTimeFormats[B_TIME_FORMAT_STYLE_COUNT];
/haiku-fatelf/src/kits/locale/
H A DFormattingConventions.cpp210 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s)
214 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s)
264 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s)
272 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s)
302 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s) {
444 if (style < 0 || style >= B_TIME_FORMAT_STYLE_COUNT)
579 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s)
589 for (int s = 0; s < B_TIME_FORMAT_STYLE_COUNT; ++s)

Completed in 37 milliseconds