Home
last modified time | relevance | path

Searched refs:IntlUtils (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/www/firefox/firefox-99.0/dom/base/
H A DIntlUtils.cpp16 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(IntlUtils, mWindow) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
17 NS_IMPL_CYCLE_COLLECTING_ADDREF(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
18 NS_IMPL_CYCLE_COLLECTING_RELEASE(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
19 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
24 IntlUtils::IntlUtils(nsPIDOMWindowInner* aWindow) : mWindow(aWindow) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
26 IntlUtils::~IntlUtils() = default;
28 JSObject* IntlUtils::WrapObject(JSContext* aCx, in WrapObject()
33 void IntlUtils::GetDisplayNames(const Sequence<nsString>& aLocales, in GetDisplayNames()
89 bool IntlUtils::IsAppLocaleRTL() { in IsAppLocaleRTL()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DIntlUtils.cpp16 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(IntlUtils, mWindow) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
17 NS_IMPL_CYCLE_COLLECTING_ADDREF(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
18 NS_IMPL_CYCLE_COLLECTING_RELEASE(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
19 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
24 IntlUtils::IntlUtils(nsPIDOMWindowInner* aWindow) : mWindow(aWindow) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
26 IntlUtils::~IntlUtils() = default;
28 JSObject* IntlUtils::WrapObject(JSContext* aCx, in WrapObject()
33 void IntlUtils::GetDisplayNames(const Sequence<nsString>& aLocales, in GetDisplayNames()
89 void IntlUtils::GetLocaleInfo(const Sequence<nsString>& aLocales, in GetLocaleInfo()
133 bool IntlUtils::IsAppLocaleRTL() { in IsAppLocaleRTL()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DIntlUtils.cpp16 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(IntlUtils, mWindow) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
17 NS_IMPL_CYCLE_COLLECTING_ADDREF(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
18 NS_IMPL_CYCLE_COLLECTING_RELEASE(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
19 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
24 IntlUtils::IntlUtils(nsPIDOMWindowInner* aWindow) : mWindow(aWindow) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
26 IntlUtils::~IntlUtils() = default;
28 JSObject* IntlUtils::WrapObject(JSContext* aCx, in WrapObject()
33 void IntlUtils::GetDisplayNames(const Sequence<nsString>& aLocales, in GetDisplayNames()
89 void IntlUtils::GetLocaleInfo(const Sequence<nsString>& aLocales, in GetLocaleInfo()
133 bool IntlUtils::IsAppLocaleRTL() { in IsAppLocaleRTL()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DIntlUtils.cpp16 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(IntlUtils, mWindow) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
17 NS_IMPL_CYCLE_COLLECTING_ADDREF(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
18 NS_IMPL_CYCLE_COLLECTING_RELEASE(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
19 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
24 IntlUtils::IntlUtils(nsPIDOMWindowInner* aWindow) : mWindow(aWindow) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
26 IntlUtils::~IntlUtils() = default;
28 JSObject* IntlUtils::WrapObject(JSContext* aCx, in WrapObject()
33 void IntlUtils::GetDisplayNames(const Sequence<nsString>& aLocales, in GetDisplayNames()
89 void IntlUtils::GetLocaleInfo(const Sequence<nsString>& aLocales, in GetLocaleInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DIntlUtils.cpp16 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(IntlUtils, mWindow) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
17 NS_IMPL_CYCLE_COLLECTING_ADDREF(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
18 NS_IMPL_CYCLE_COLLECTING_RELEASE(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
19 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(IntlUtils) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
24 IntlUtils::IntlUtils(nsPIDOMWindowInner* aWindow) : mWindow(aWindow) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
26 IntlUtils::~IntlUtils() {} in ~IntlUtils()
28 JSObject* IntlUtils::WrapObject(JSContext* aCx, in WrapObject()
33 void IntlUtils::GetDisplayNames(const Sequence<nsString>& aLocales, in GetDisplayNames()
90 void IntlUtils::GetLocaleInfo(const Sequence<nsString>& aLocales, in GetLocaleInfo()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_IntlUtils.rs6 … ( is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , typescript_typ…
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.50/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_IntlUtils.rs6 … ( is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , typescript_typ…
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.48/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/web-sys-0.3.54/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/web-sys/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument
/dports/www/rearx/rearx-0.1.4/cargo-crates/web-sys-0.3.48/src/features/
H A Dgen_IntlUtils.rs6 …# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = IntlUtils , …
13 pub type IntlUtils; typedef
22 this: &IntlUtils, in get_display_names() argument
33 this: &IntlUtils, in get_display_names_with_options() argument
45 this: &IntlUtils, in get_locale_info() argument

12345678910