locale: Fix 24 hour format for DateTimeFormats.

Signed-off-by: Augustin Cavalier <[email protected]>
Fixes #12575. I checked with PulkoMandy on IRC before merging this,
and fixed some whitespace violations of the coding style.
This commit is contained in:
Mark Hellegers
2016-06-18 18:09:56 -04:00
committed by Augustin Cavalier
parent 8981510671
commit ac315db012
2 changed files with 29 additions and 13 deletions
@@ -141,6 +141,7 @@ private:
bool fUseStringsFromPreferredLanguage;
U_ICU_NAMESPACE::Locale* fICULocale;
void CoerceFormatForClock(BString& outFormat) const;
};