Searched refs:tfFlags (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | windtfmt.cpp | 260 static const DWORD tfFlags[] = {0, 0, 0, TIME_NOSECONDS}; variable 268 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE); in formatTime() 272 int newLength = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() 275 GetDateFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, newLength); in formatTime()
|