Home
last modified time | relevance | path

Searched defs:all_paragraphs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-bidi/src/
Dlib.rs2070 let all_paragraphs = format!("{}\n{}\n{}{}", ltr_text, rtl_text, ltr_text, rtl_text); in test_direction() localVariable
2080 let all_paragraphs = &to_utf16(&all_paragraphs); in test_direction() localVariable
2130 let all_paragraphs = format!("{}\n{}\n{}{}", ltr_text, rtl_text, ltr_text, rtl_text); in test_level_at() localVariable
2145 let all_paragraphs = &to_utf16(&all_paragraphs); in test_level_at() localVariable