Lines Matching refs:LUT

40 use Hoa\Ustring as LUT;  alias
57 ->boolean(LUT::checkMbString())
70 new LUT();
78 ->given($string = new LUT('je'))
90 ->given($string = new LUT('أ'))
102 ->given($string = new LUT(' t\'aime'))
114 ->given($string = new LUT('ك'))
126 ->given($string = new LUT('je t\'aime'))
127 ->when($result = $string->pad(20, '�� �� �� ❤️ ', LUT::BEGINNING))
138 ->given($string = new LUT('أحبك'))
139 ->when($result = $string->pad(20, '�� �� �� ❤️ ', LUT::BEGINNING))
150 ->given($string = new LUT('je t\'aime'))
151 ->when($result = $string->pad(20, '�� �� �� ❤️ ', LUT::END))
162 ->given($string = new LUT('أحبك'))
163 ->when($result = $string->pad(20, '�� �� �� ❤️ ', LUT::END))
178 $string = new LUT('b')
186 ->given($string = new LUT('b'))
208 $collator = LUT::getCollator()
220 ->when($result = LUT::safePattern($pattern))
230 ->when($result = LUT::safePattern($pattern))
241 $string = new LUT('foo �� bar')
258 $string = new LUT('foo �� bar')
287 $string = new LUT('foo �� bar')
307 $string = new LUT('foo �� bar �� baz')
327 $string = new LUT('foo �� bar �� baz')
353 $string = new LUT('foo �� bar �� baz')
377 $string = new LUT('foo �� bar �� baz')
399 ->given($string = new LUT('❤️ �� ��'))
411 ->given($string = new LUT('❤️ �� ��'))
423 ->given($string = new LUT('❤️��❤️��❤️'))
437 ->given($string = new LUT('❤️��❤️��❤️'))
449 ->given($string = new LUT('❤️��❤️��❤️'))
463 ->given($string = new LUT('❤️��❤️��❤️'))
486 ->given($string = new LUT('je t\'aime'))
506 ->given($string = new LUT('أحبك'))
521 ->given($string = new LUT('Σ \'ΑΓΑΠΏ'))
529 ->given($string = new LUT('JE T\'AIME'))
541 ->given($string = new LUT('σ \'αγαπώ'))
549 ->given($string = new LUT('je t\'aime'))
561 ->given($string = new LUT('����❤️����'))
573 ->given($string = new LUT('����❤️����'))
585 ->given($string = new LUT('����❤️����'))
597 ->given($string = new LUT('je t\'aime'))
612 ->given($string = new LUT('أحبك'))
627 ->given($string = new LUT('أحبﻙ'))
637 ->given($string = new LUT('أحبك��'))
649 ->given($string = new LUT('أحبك'))
661 ->given($string = new LUT('je t\'aime'))
667 ->given($string = new LUT('أحبك'))
673 ->given($string = new LUT('��'))
683 ->given($string = new LUT('��'))
713 ->given($string = new LUT('��'))
723 ->given($string = new LUT('��'))
729 ->given($string = new LUT('習'))
739 ->when($result = LUT::getCharDirection('A'))
742 ->isEqualTo(LUT::LTR)
744 ->when($result = LUT::getCharDirection('ا'))
747 ->isEqualTo(LUT::RTL);
793 ->when($result = LUT::getCharWidth(LUT::fromCode($code)))
804 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x7f)))
809 ->when($result = LUT::isCharPrintable(LUT::fromCode(0xa0)))
814 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x1100)))
824 ->when($result = LUT::fromCode(0x7e))
830 ->when($result = LUT::fromCode(0xa7))
836 ->when($result = LUT::fromCode(0x1207))
842 ->when($result = LUT::fromCode(0x1f4a9))
852 ->when($result = LUT::toCode('~'))
858 ->when($result = LUT::toCode('§'))
864 ->when($result = LUT::toCode('ሇ'))
870 ->when($result = LUT::toCode('��'))
880 ->when($result = LUT::toBinaryCode('~'))
886 ->when($result = LUT::toBinaryCode('§'))
892 ->when($result = LUT::toBinaryCode('ሇ'))
898 ->when($result = LUT::toBinaryCode('��'))
913 LUT::transcode('foo', 'UTF-8');
922 ->when($Σ = LUT::transcode($uΣ, 'UTF-8', 'UTF-16'))
926 ->boolean(LUT::isUtf8($Σ))
929 ->when($Σ = LUT::transcode($Σ, 'UTF-16', 'UTF-8'))
932 ->boolean(LUT::isUtf8($Σ))
934 ->boolean(LUT::isUtf8($uΣ))
945 $string = new LUT('Un été brûlant sur la côte')
960 $string = new LUT('Un été brûlant sur la côte')
977 $string = new LUT('Un été brûlant sur la côte')
1029 ->given($string = new LUT($original))
1043 ->given($string = new LUT('foo'))
1054 ->when($result = new LUT($datum))