Searched refs:tfFlags (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | windtfmt.cpp | 344 static const DWORD tfFlags[] = {0, 0, 0, TIME_NOSECONDS}; variable 358 result = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE); in formatTime() 362 int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() 366 GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, newLength); in formatTime()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | windtfmt.cpp | 338 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | windtfmt.cpp | 339 static const DWORD tfFlags[] = {0, 0, 0, TIME_NOSECONDS}; variable 353 result = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE); in formatTime() 357 int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() 361 GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, newLength); in formatTime()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | windtfmt.cpp | 339 static const DWORD tfFlags[] = {0, 0, 0, TIME_NOSECONDS}; variable 353 result = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE); in formatTime() 357 int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() 361 GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, newLength); in formatTime()
|