Home
last modified time | relevance | path

Searched refs:tfFlags (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dwindtfmt.cpp338 static const DWORD tfFlags[] = {0, 0, 0, TIME_NOSECONDS}; variable
352 result = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE); in formatTime()
356 int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime()
360 GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, newLength); in formatTime()