HomeSort by relevance Sort by last modified time
    Searched refs:tfFlags (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
windtfmt.cpp 259 static const DWORD tfFlags[] = {0, 0, 0, TIME_NOSECONDS};
267 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE);
271 int newLength = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, NULL, 0);
274 GetDateFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, newLength);
  /external/icu4c/i18n/
windtfmt.cpp 259 static const DWORD tfFlags[] = {0, 0, 0, TIME_NOSECONDS};
267 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE);
271 int newLength = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, NULL, 0);
274 GetDateFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, newLength);

Completed in 48 milliseconds