Home
last modified time | relevance | path

Searched defs:URegionType (Results 1 – 17 of 17) sorted by relevance

/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/iot/
H A Dapi_op_DescribeJob.go65 if err = smithyhttp.AddComputeContentLengthMiddleware(stack); err != nil {
117 SigningName: "execute-api",
/dports/devel/icu-lx/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/devel/icu/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/textproc/R-cran-stringi/stringi/src/icu55/unicode/
H A Duregion.h63 typedef enum URegionType { enum
113 } URegionType; typedef
/dports/textproc/R-cran-stringi/stringi/src/icu69/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/unicode/
H A Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/unicode/
H A Duregion.h63 typedef enum URegionType { enum
113 } URegionType; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Globalization/
H A Dmod.rs11209 pub struct URegionType(pub i32); struct
11217 impl ::std::convert::From<i32> for URegionType { implementation
11222 unsafe impl ::windows::runtime::Abi for URegionType { implementation
23345 pub unsafe fn uregion_getAvailable(r#type: URegionType, status: *mut UErrorCode) -> *mut UEnumerati… in uregion_getAvailable()
23350 … fn uregion_getAvailable(r#type: URegionType, status: *mut UErrorCode) -> *mut UEnumeration; in uregion_getAvailable()
23371 pub unsafe fn uregion_getContainedRegionsOfType(uregion: *const URegion, r#type: URegionType, statu… in uregion_getContainedRegionsOfType()
23376 …fn uregion_getContainedRegionsOfType(uregion: *const URegion, r#type: URegionType, status: *mut UE… in uregion_getContainedRegionsOfType()
23477 pub unsafe fn uregion_getType(uregion: *const URegion) -> URegionType { in uregion_getType()
23482 fn uregion_getType(uregion: *const URegion) -> URegionType; in uregion_getType()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Globalization/
H A Dmod.rs1377 pub fn uregion_getAvailable(r#type: URegionType, status: *mut UErrorCode) -> *mut UEnumeration; in uregion_getAvailable()
1379 …pub fn uregion_getContainedRegionsOfType(uregion: *const URegion, r#type: URegionType, status: *mu… in uregion_getContainedRegionsOfType()
1389 pub fn uregion_getType(uregion: *const URegion) -> URegionType; in uregion_getType()
5040 pub type URegionType = i32; typedef