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