Searched refs:new_with_data_source (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-bidi/src/ |
D | utf16.rs | 55 Self::new_with_data_source(&HardcodedBidiData, text, default_para_level) in new() 68 pub fn new_with_data_source<'a, D: BidiDataSource>( in new_with_data_source() method 73 InitialInfoExt::new_with_data_source(data_source, text, default_para_level).base in new_with_data_source() 100 pub fn new_with_data_source<'a, D: BidiDataSource>( in new_with_data_source() method 163 Self::new_with_data_source(&HardcodedBidiData, text, default_para_level) in new() 175 pub fn new_with_data_source<'a, D: BidiDataSource>( in new_with_data_source() method 181 InitialInfoExt::new_with_data_source(data_source, text, default_para_level); in new_with_data_source() 397 Self::new_with_data_source(&HardcodedBidiData, text, default_para_level) in new() 407 pub fn new_with_data_source<'a, D: BidiDataSource>( in new_with_data_source() method
|
D | lib.rs | 217 Self::new_with_data_source(&HardcodedBidiData, text, default_para_level) in new() 230 pub fn new_with_data_source<'a, D: BidiDataSource>( in new_with_data_source() method 235 InitialInfoExt::new_with_data_source(data_source, text, default_para_level).base in new_with_data_source() 262 pub fn new_with_data_source<'a, D: BidiDataSource>( in new_with_data_source() method 461 Self::new_with_data_source(&HardcodedBidiData, text, default_para_level) in new() 473 pub fn new_with_data_source<'a, D: BidiDataSource>( in new_with_data_source() method 479 InitialInfoExt::new_with_data_source(data_source, text, default_para_level); in new_with_data_source() 699 Self::new_with_data_source(&HardcodedBidiData, text, default_para_level) in new() 709 pub fn new_with_data_source<'a, D: BidiDataSource>( in new_with_data_source() method
|