Searched refs:spanLtrRtl (Results 1 – 4 of 4) sorted by relevance
39 RightToLeftSupport::spanLtrRtl('')45 RightToLeftSupport::spanLtrRtl('')54 RightToLeftSupport::spanLtrRtl('foo‎bar')58 RightToLeftSupport::spanLtrRtl('foo‏bar')62 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\x8Ebar")66 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\x8Fbar")70 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\xADbar")74 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\xAEbar")78 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\xAAbar")82 RightToLeftSupport::spanLtrRtl("foo\xE2\x80\xABbar")[all …]
67 $temptext = RightToLeftSupport::spanLtrRtl($temptext);
131 $temptext = RightToLeftSupport::spanLtrRtl($temptext);
118 public static function spanLtrRtl(string $inputText): string function in Fisharebest\\Webtrees\\Report\\RightToLeftSupport