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

/haiku-fatelf/src/kits/locale/
H A DFormattingConventions.cpp215 fExplicitTimeFormats[s] = other.fExplicitTimeFormats[s];
237 fExplicitTimeFormats[s] = format;
273 fExplicitTimeFormats[s] = other.fExplicitTimeFormats[s];
303 if (fExplicitTimeFormats[s] != other.fExplicitTimeFormats[s])
447 outFormat = fExplicitTimeFormats[style].Length()
448 ? fExplicitTimeFormats[style]
520 fExplicitTimeFormats[styl
[all...]
/haiku-fatelf/headers/os/locale/
H A DFormattingConventions.h120 BString fExplicitTimeFormats[B_TIME_FORMAT_STYLE_COUNT]; member in class:BFormattingConventions

Completed in 71 milliseconds