/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic3/baseline/ |
H A D | form2.ui.err | 1 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 2 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 3 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 4 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 5 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 6 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 7 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 8 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 9 uic3: flag 'WordBreak' for widget 'QLabel' is not supported
|
H A D | quuidbase.ui.err | 5 uic3: flag 'WordBreak' for widget 'QLabel' is not supported 7 uic3: flag 'WordBreak' for widget 'QLabel' is not supported
|
/dports/lang/rust/rustc-1.58.1-src/vendor/ucd-parse/src/ |
H A D | word_break.rs | 12 pub struct WordBreak { struct 19 impl UcdFile for WordBreak { argument 25 impl UcdFileByCodepoint for WordBreak { implementation 31 impl FromStr for WordBreak { implementation 34 fn from_str(line: &str) -> Result<WordBreak, Error> { in from_str() argument 36 Ok(WordBreak { codepoints, value: value.to_string() }) in from_str() 69 use super::{WordBreak, WordBreakTest}; 74 let row: WordBreak = line.parse().unwrap(); in parse_single() 82 let row: WordBreak = line.parse().unwrap(); in parse_range()
|
/dports/devel/grcov/grcov-0.8.2/cargo-crates/unic-ucd-segment-0.9.0/src/ |
H A D | word_break.rs | 31 pub enum WordBreak { 331 impl TotalCharProperty for WordBreak { implementation 337 impl Default for WordBreak { implementation 339 WordBreak::Other in default() 346 pub const WORD_BREAK_TABLE: CharDataTable<super::WordBreak> = 350 impl WordBreak { implementation 352 pub fn of(ch: char) -> WordBreak { in of() argument 359 use super::WordBreak as WB;
|
/dports/devel/tokei/tokei-12.1.2/cargo-crates/unic-ucd-segment-0.9.0/src/ |
H A D | word_break.rs | 31 pub enum WordBreak { 331 impl TotalCharProperty for WordBreak { implementation 337 impl Default for WordBreak { implementation 339 WordBreak::Other in default() 346 pub const WORD_BREAK_TABLE: CharDataTable<super::WordBreak> = 350 impl WordBreak { impl 352 pub fn of(ch: char) -> WordBreak { in of() argument 359 use super::WordBreak as WB;
|
/dports/devel/texlab/texlab-3.3.0/cargo-crates/unic-ucd-segment-0.9.0/src/ |
H A D | word_break.rs | 31 pub enum WordBreak { 331 impl TotalCharProperty for WordBreak { implementation 337 impl Default for WordBreak { implementation 339 WordBreak::Other in default() 346 pub const WORD_BREAK_TABLE: CharDataTable<super::WordBreak> = 350 impl WordBreak { implementation 352 pub fn of(ch: char) -> WordBreak { in of() argument 359 use super::WordBreak as WB;
|
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/unic-ucd-segment-0.9.0/src/ |
H A D | word_break.rs | 31 pub enum WordBreak { 331 impl TotalCharProperty for WordBreak { implementation 337 impl Default for WordBreak { implementation 339 WordBreak::Other in default() 346 pub const WORD_BREAK_TABLE: CharDataTable<super::WordBreak> = 350 impl WordBreak { implementation 352 pub fn of(ch: char) -> WordBreak { in of() argument 359 use super::WordBreak as WB;
|
/dports/www/zola/zola-0.15.2/cargo-crates/unic-ucd-segment-0.9.0/src/ |
H A D | word_break.rs | 31 pub enum WordBreak { 331 impl TotalCharProperty for WordBreak { implementation 337 impl Default for WordBreak { implementation 339 WordBreak::Other in default() 346 pub const WORD_BREAK_TABLE: CharDataTable<super::WordBreak> = 350 impl WordBreak { impl 352 pub fn of(ch: char) -> WordBreak { in of() argument 359 use super::WordBreak as WB;
|
/dports/devel/grcov/grcov-0.8.2/cargo-crates/unic-ucd-segment-0.9.0/tests/ |
H A D | conformance_tests.rs | 14 use unic_ucd_segment::word_break::{self, WordBreak}; 36 const TEST_DATA: CharDataTable<WordBreak> = include!("tables/word_break_test_data.rsv"); in test_word_break_conformance() 39 assert_eq!(WordBreak::of(ch.low), gcb); in test_word_break_conformance()
|
/dports/devel/tokei/tokei-12.1.2/cargo-crates/unic-ucd-segment-0.9.0/tests/ |
H A D | conformance_tests.rs | 14 use unic_ucd_segment::word_break::{self, WordBreak}; 36 const TEST_DATA: CharDataTable<WordBreak> = include!("tables/word_break_test_data.rsv"); in test_word_break_conformance() 39 assert_eq!(WordBreak::of(ch.low), gcb); in test_word_break_conformance()
|
/dports/devel/texlab/texlab-3.3.0/cargo-crates/unic-ucd-segment-0.9.0/tests/ |
H A D | conformance_tests.rs | 14 use unic_ucd_segment::word_break::{self, WordBreak}; 36 const TEST_DATA: CharDataTable<WordBreak> = include!("tables/word_break_test_data.rsv"); in test_word_break_conformance() 39 assert_eq!(WordBreak::of(ch.low), gcb); in test_word_break_conformance()
|
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/unic-ucd-segment-0.9.0/tests/ |
H A D | conformance_tests.rs | 14 use unic_ucd_segment::word_break::{self, WordBreak}; 36 const TEST_DATA: CharDataTable<WordBreak> = include!("tables/word_break_test_data.rsv"); in test_word_break_conformance() 39 assert_eq!(WordBreak::of(ch.low), gcb); in test_word_break_conformance()
|
/dports/www/zola/zola-0.15.2/cargo-crates/unic-ucd-segment-0.9.0/tests/ |
H A D | conformance_tests.rs | 14 use unic_ucd_segment::word_break::{self, WordBreak}; 36 const TEST_DATA: CharDataTable<WordBreak> = include!("tables/word_break_test_data.rsv"); in test_word_break_conformance() 39 assert_eq!(WordBreak::of(ch.low), gcb); in test_word_break_conformance()
|
/dports/lang/spidermonkey78/firefox-78.9.0/intl/lwbrk/ |
H A D | LineBreaker.h | 20 enum class WordBreak : uint8_t { enum 47 WordBreak aWordBreak, Strictness aLevel, 50 WordBreak aWordBreak, Strictness aLevel,
|
H A D | LineBreaker.cpp | 936 GetJISx4051Breaks(aText + begin, end - begin, WordBreak::Normal, in WordMove() 995 WordBreak aWordBreak, Strictness aLevel, in GetJISx4051Breaks() 1038 if (aWordBreak == WordBreak::BreakAll && in GetJISx4051Breaks() 1067 (aWordBreak != WordBreak::KeepAll || in GetJISx4051Breaks() 1087 if (aWordBreak == WordBreak::BreakAll) { in GetJISx4051Breaks() 1116 WordBreak aWordBreak, Strictness aLevel, in GetJISx4051Breaks() 1136 if (aWordBreak == WordBreak::BreakAll && in GetJISx4051Breaks() 1152 (aWordBreak != WordBreak::KeepAll || in GetJISx4051Breaks()
|
/dports/www/firefox-esr/firefox-91.8.0/intl/lwbrk/ |
H A D | LineBreaker.h | 20 enum class WordBreak : uint8_t { enum 47 WordBreak aWordBreak, Strictness aLevel, 50 WordBreak aWordBreak, Strictness aLevel,
|
H A D | LineBreaker.cpp | 946 GetJISx4051Breaks(aText + begin, end - begin, WordBreak::Normal, in WordMove() 1005 WordBreak aWordBreak, Strictness aLevel, in GetJISx4051Breaks() 1049 if (aWordBreak == WordBreak::BreakAll && in GetJISx4051Breaks() 1075 if (aWordBreak == WordBreak::KeepAll && in GetJISx4051Breaks() 1082 aWordBreak != WordBreak::BreakAll) { in GetJISx4051Breaks() 1104 if (aWordBreak == WordBreak::BreakAll) { in GetJISx4051Breaks() 1133 WordBreak aWordBreak, Strictness aLevel, in GetJISx4051Breaks() 1153 if (aWordBreak == WordBreak::BreakAll && in GetJISx4051Breaks() 1169 (aWordBreak != WordBreak::KeepAll || in GetJISx4051Breaks()
|
/dports/mail/thunderbird/thunderbird-91.8.0/intl/lwbrk/ |
H A D | LineBreaker.h | 20 enum class WordBreak : uint8_t { enum 47 WordBreak aWordBreak, Strictness aLevel, 50 WordBreak aWordBreak, Strictness aLevel,
|
H A D | LineBreaker.cpp | 946 GetJISx4051Breaks(aText + begin, end - begin, WordBreak::Normal, in WordMove() 1005 WordBreak aWordBreak, Strictness aLevel, in GetJISx4051Breaks() 1049 if (aWordBreak == WordBreak::BreakAll && in GetJISx4051Breaks() 1075 if (aWordBreak == WordBreak::KeepAll && in GetJISx4051Breaks() 1082 aWordBreak != WordBreak::BreakAll) { in GetJISx4051Breaks() 1104 if (aWordBreak == WordBreak::BreakAll) { in GetJISx4051Breaks() 1133 WordBreak aWordBreak, Strictness aLevel, in GetJISx4051Breaks() 1153 if (aWordBreak == WordBreak::BreakAll && in GetJISx4051Breaks() 1169 (aWordBreak != WordBreak::KeepAll || in GetJISx4051Breaks()
|
/dports/www/firefox/firefox-99.0/intl/lwbrk/gtest/ |
H A D | TestBreak.cpp | 163 TEST(WordBreak, WordBreaker) in TEST() argument 183 TEST(WordBreak, TestPrintWordWithBreak) in TEST() argument 282 TEST(WordBreak, TestNextWordBreakWithComplexLanguage) in TEST() argument 296 TEST(WordBreak, TestFindWordWithEmptyString) in TEST() argument 305 TEST(WordBreak, TestNextWordBreakWithEmptyString) in TEST() argument 312 TEST(WordBreak, TestFindWordBreakFromPosition) in TEST() argument
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/rendercontext/ |
H A D | DrawTextFlags.hxx | 40 WordBreak = 0x00002000, enumerator 42 WordBreakHyphenation = 0x00008000 | WordBreak,
|
/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Object/ |
H A D | TextWrap.t | 126 tw::WordBreak | tw::ExpandTabs | tw::CalcTabs, 145 tw::WordBreak, 163 tw::WordBreak, 181 tw::WordBreak, 217 tw::WordBreak,
|
/dports/www/firefox-esr/firefox-91.8.0/dom/base/ |
H A D | nsLineBreaker.h | 180 void SetWordBreak(mozilla::intl::LineBreaker::WordBreak aMode) { in SetWordBreak() 190 if (mWordBreak == mozilla::intl::LineBreaker::WordBreak::BreakAll) { in SetWordBreak() 276 mozilla::intl::LineBreaker::WordBreak mWordBreak;
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/ |
H A D | nsLineBreaker.h | 180 void SetWordBreak(mozilla::intl::LineBreaker::WordBreak aMode) { in SetWordBreak() 190 if (mWordBreak == mozilla::intl::LineBreaker::WordBreak::BreakAll) { in SetWordBreak() 276 mozilla::intl::LineBreaker::WordBreak mWordBreak;
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/ |
H A D | nsLineBreaker.h | 180 void SetWordBreak(mozilla::intl::LineBreaker::WordBreak aMode) { in SetWordBreak() 190 if (mWordBreak == mozilla::intl::LineBreaker::WordBreak::BreakAll) { in SetWordBreak() 276 mozilla::intl::LineBreaker::WordBreak mWordBreak;
|