Searched refs:SentenceTerminal (Results 1 – 4 of 4) sorted by relevance
89 SentenceTerminal = 35, enumerator338 SentenceTerminal::NAME | SentenceTerminal::SHORT_NAME => { in new_for_ecma262()339 Self::new::<SentenceTerminal>() in new_for_ecma262()542 SentenceTerminal::NAME | SentenceTerminal::SHORT_NAME => { in try_new_for_ecma262_unstable()543 Self::try_new_unstable::<SentenceTerminal>(provider) in try_new_for_ecma262_unstable()
2839 ident: SentenceTerminal;
168 test_set::<SentenceTerminal>("Sentence_Terminal"); in test_complement_sets()
24 SegmentStarter, SentenceTerminal, SoftDotted, TerminalPunctuation, UnifiedIdeograph,1807 icu_properties::CodePointSetData::new::<SentenceTerminal>().contains32(ch) in sentence_terminal_for_char()1810 #[diplomat::rust_link(icu::properties::props::SentenceTerminal, Struct)]1815 icu_properties::CodePointSetData::new::<SentenceTerminal>().static_to_owned(), in create_sentence_terminal()1820 #[diplomat::rust_link(icu::properties::props::SentenceTerminal, Struct)]1827 icu_properties::CodePointSetData::try_new_unstable::<SentenceTerminal>( in create_sentence_terminal_with_provider()