summaryrefslogtreecommitdiffstats
path: root/third_party/rust/icu_properties_data/data/macros/propnames_to_short_linear_insc_v1.rs.data
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/icu_properties_data/data/macros/propnames_to_short_linear_insc_v1.rs.data')
-rw-r--r--third_party/rust/icu_properties_data/data/macros/propnames_to_short_linear_insc_v1.rs.data27
1 files changed, 27 insertions, 0 deletions
diff --git a/third_party/rust/icu_properties_data/data/macros/propnames_to_short_linear_insc_v1.rs.data b/third_party/rust/icu_properties_data/data/macros/propnames_to_short_linear_insc_v1.rs.data
new file mode 100644
index 0000000000..11d3e7b4ab
--- /dev/null
+++ b/third_party/rust/icu_properties_data/data/macros/propnames_to_short_linear_insc_v1.rs.data
@@ -0,0 +1,27 @@
+// @generated
+/// Implement `DataProvider<IndicSyllabicCategoryValueToShortNameV1Marker>` on the given struct using the data
+/// hardcoded in this file. This allows the struct to be used with
+/// `icu`'s `_unstable` constructors.
+#[doc(hidden)]
+#[macro_export]
+macro_rules! __impl_propnames_to_short_linear_insc_v1 {
+ ($ provider : ty) => {
+ #[clippy::msrv = "1.67"]
+ const _: () = <$provider>::MUST_USE_MAKE_PROVIDER_MACRO;
+ #[clippy::msrv = "1.67"]
+ impl $provider {
+ #[doc(hidden)]
+ pub const SINGLETON_PROPNAMES_TO_SHORT_LINEAR_INSC_V1: &'static <icu::properties::provider::IndicSyllabicCategoryValueToShortNameV1Marker as icu_provider::DataMarker>::Yokeable = &icu::properties::provider::names::PropertyEnumToValueNameLinearMapV1 { map: unsafe { zerovec::VarZeroVec::from_bytes_unchecked(b"$\0\0\0\0\0\x05\0\r\0\x12\0'\08\0A\0O\0^\0s\0\x8E\0\x9E\0\xAE\0\xC3\0\xDC\0\xEE\0\x01\x01\x1B\x011\x01@\x01Q\x01W\x01g\x01q\x01v\x01|\x01\x89\x01\x94\x01\xA4\x01\xB5\x01\xC0\x01\xC9\x01\xCF\x01\xD6\x01\xDB\x01\xEA\x01OtherAvagrahaBinduBrahmi_Joining_NumberCantillation_MarkConsonantConsonant_DeadConsonant_FinalConsonant_Head_LetterConsonant_Initial_PostfixedConsonant_KillerConsonant_MedialConsonant_PlaceholderConsonant_Preceding_RephaConsonant_PrefixedConsonant_SubjoinedConsonant_Succeeding_RephaConsonant_With_StackerGemination_MarkInvisible_StackerJoinerModifying_LetterNon_JoinerNuktaNumberNumber_JoinerPure_KillerRegister_ShifterSyllable_ModifierTone_LetterTone_MarkViramaVisargaVowelVowel_DependentVowel_Independent") } };
+ }
+ #[clippy::msrv = "1.67"]
+ impl icu_provider::DataProvider<icu::properties::provider::IndicSyllabicCategoryValueToShortNameV1Marker> for $provider {
+ fn load(&self, req: icu_provider::DataRequest) -> Result<icu_provider::DataResponse<icu::properties::provider::IndicSyllabicCategoryValueToShortNameV1Marker>, icu_provider::DataError> {
+ if req.locale.is_empty() {
+ Ok(icu_provider::DataResponse { payload: Some(icu_provider::DataPayload::from_static_ref(Self::SINGLETON_PROPNAMES_TO_SHORT_LINEAR_INSC_V1)), metadata: Default::default() })
+ } else {
+ Err(icu_provider::DataErrorKind::ExtraneousLocale.with_req(<icu::properties::provider::IndicSyllabicCategoryValueToShortNameV1Marker as icu_provider::KeyedDataMarker>::KEY, req))
+ }
+ }
+ }
+ };
+}