Lines Matching refs:text
7 * Description: Convert logical Hebrew text to visual text
70 // text with parentheses
71 'text with parentheses (',
72 'text with parentheses )',
74 // text with brackets
75 'text with bracket [',
76 'text with bracket ]',
78 // text with curly brackets
79 'text with curly bracket {',
80 'text with curly bracket }',
82 // text with backslash escape
83 'text with backslash escape \\',
85 // text with a slash char
86 'text with a slash char /',
88 // text with a greater than char
89 'text with a greater than char >',
91 // text with a less than char
92 'text with a less than char <'
163 string(23) ") text with parentheses"
165 string(23) "( text with parentheses"
167 string(19) "] text with bracket"
169 string(19) "[ text with bracket"
171 string(25) "} text with curly bracket"
173 string(25) "{ text with curly bracket"
175 string(28) "/ text with backslash escape"
177 string(24) "text with a slash char /"
179 string(31) "< text with a greater than char"
181 string(28) "> text with a less than char"