Searched refs:LTR_LEVEL (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/unicode-bidi/src/ |
D | lib.rs | 88 pub use level::{Level, LTR_LEVEL, RTL_LEVEL}; 169 level: para_level.unwrap_or(LTR_LEVEL), in new() 198 para_level = Some(if class != L { RTL_LEVEL } else { LTR_LEVEL }); in new() 218 level: para_level.unwrap_or(LTR_LEVEL), in new() 507 level: LTR_LEVEL, in test_initial_text_info() 537 level: LTR_LEVEL, in test_initial_text_info() 541 level: LTR_LEVEL, in test_initial_text_info() 556 level: LTR_LEVEL, in test_initial_text_info() 567 BidiInfo::new(text, Some(LTR_LEVEL)), in test_process_text() 575 level: LTR_LEVEL, in test_process_text() [all …]
|
D | level.rs | 34 pub const LTR_LEVEL: Level = Level(0); constant 54 LTR_LEVEL in ltr()
|