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

  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 134 GetTimeZoneInformation,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
timezoneapi.h 47 WINBASEAPI DWORD WINAPI GetTimeZoneInformation (LPTIME_ZONE_INFORMATION lpTimeZoneInformation);
  /device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 93 gWinNt->GetTimeZoneInformation (&TimeZone);
162 gWinNt->GetTimeZoneInformation (&TimeZone);
  /external/dng_sdk/source/
dng_date_time.cpp 841 if (GetTimeZoneInformation != NULL &&
848 DWORD x = GetTimeZoneInformation (&tzInfo);
  /external/icu/icu4c/source/common/
wintz.cpp 157 GetTimeZoneInformation API, along with some other strategies. The
175 rules. This is the same data returned by the GetTimeZoneInformation
230 GetTimeZoneInformation(&apiTZI);
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 97 GetTimeZoneInformation(&tzi);
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 394 GetTimeZoneInformation(tzi);
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 237 if _, err := syscall.GetTimeZoneInformation(&i); err != nil {
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows.go 237 if _, err := syscall.GetTimeZoneInformation(&i); err != nil {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1213 WinNtGetTimeZoneInformation GetTimeZoneInformation;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1229 WinNtGetTimeZoneInformation GetTimeZoneInformation;
  /external/v8/src/base/platform/
platform-win32.cc 122 if (GetTimeZoneInformation(&tzinfo_) == TIME_ZONE_ID_INVALID) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go 76 procGetTimeZoneInformation = modkernel32.NewProc("GetTimeZoneInformation")
528 func GetTimeZoneInformation(tzi *Timezoneinformation) (rc uint32, err error) {
    [all...]
syscall_windows.go 165 //sys GetTimeZoneInformation(tzi *Timezoneinformation) (rc uint32, err error) [failretval==0xffffffff]
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go 76 procGetTimeZoneInformation = modkernel32.NewProc("GetTimeZoneInformation")
528 func GetTimeZoneInformation(tzi *Timezoneinformation) (rc uint32, err error) {
    [all...]
syscall_windows.go 165 //sys GetTimeZoneInformation(tzi *Timezoneinformation) (rc uint32, err error) [failretval==0xffffffff]
    [all...]

Completed in 328 milliseconds