Home
last modified time | relevance | path

Searched defs:DYNAMIC_TIME_ZONE_INFORMATION (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dwin_bindings.rs11 pub struct DYNAMIC_TIME_ZONE_INFORMATION { struct
22 impl ::core::marker::Copy for DYNAMIC_TIME_ZONE_INFORMATION {} argument
23 impl ::core::clone::Clone for DYNAMIC_TIME_ZONE_INFORMATION { implementation
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dtimezoneapi.h41 } DYNAMIC_TIME_ZONE_INFORMATION,*PDYNAMIC_TIME_ZONE_INFORMATION; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs74975 pub type DYNAMIC_TIME_ZONE_INFORMATION = _TIME_DYNAMIC_ZONE_INFORMATION; typedef
75005 lpTimeZoneInformation: *const DYNAMIC_TIME_ZONE_INFORMATION, in SetDynamicTimeZoneInformation()
75035 lpTimeZoneInformation: *const DYNAMIC_TIME_ZONE_INFORMATION, in SystemTimeToTzSpecificLocalTimeEx()
75042 lpTimeZoneInformation: *const DYNAMIC_TIME_ZONE_INFORMATION, in TzSpecificLocalTimeToSystemTimeEx()