initSidebarItems({"fn":[["initial_scan","Find the paragraphs and BidiClasses in a string of text."],["is_ltr","Even embedding levels are left-to-right."],["is_rtl","Odd levels are right-to-left."],["process_text","Determine the bidirectional embedding levels for a single paragraph."],["reorder_line","Re-order a line based on resolved levels."],["visual_runs","Find the level runs within a line and return them in visual order."]],"mod":[["tables",""]],"struct":[["BidiInfo","Output of `process_text`"],["InitialProperties","Output of `initial_scan`"],["ParagraphInfo","Info about a single paragraph"]],"type":[["LevelRun","A maximal substring of characters with the same embedding level."]]});