File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <refnamediv >
88 <refname >Locale::isRightToLeft</refname >
9+ <refname >locale_is_right_to_left</refname >
910 <refpurpose >Check whether a locale uses a right-to-left writing system</refpurpose >
1011 </refnamediv >
1112
1213 <refsect1 role =" description" >
1314 &reftitle.description;
15+ <para >
16+ &style.oop;
17+ </para >
1418 <methodsynopsis role =" Locale" >
1519 <modifier >public</modifier >
1620 <modifier >static</modifier >
2125 <initializer >""</initializer >
2226 </methodparam >
2327 </methodsynopsis >
28+ <para >
29+ &style.procedural;
30+ </para >
31+ <methodsynopsis >
32+ <type >bool</type ><methodname >locale_is_right_to_left</methodname >
33+ <methodparam ><type >string</type ><parameter >locale</parameter ><initializer >""</initializer ></methodparam >
34+ </methodsynopsis >
2435
2536 <simpara >
2637 Determines whether a locale uses a right-to-left writing system.
3041 This method relies on the ICU library and evaluates the dominant script
3142 associated with the locale.
3243 </simpara >
33-
34- <simpara >
35- If an empty string is provided, the default locale is used.
36- </simpara >
3744 </refsect1 >
3845
3946 <refsect1 role =" parameters" >
You can’t perform that action at this time.
0 commit comments