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