Searched refs:Ustring (Results 1 – 12 of 12) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/ |
H A D | Isotropic.php | 41 use Hoa\Ustring; alias 173 $c[Ustring::toCode( 183 return Ustring::fromCode($i); 191 Ustring::fromCode( 193 Ustring::toCode($left), 194 Ustring::toCode($right) 226 Ustring::fromCode( 242 return Ustring::fromCode( 268 Ustring::fromCode(0x0009), 270 Ustring::fromCode(0x00a0) [all …]
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
H A D | README.md | 19 # Hoa\Ustring 73 $french = new Hoa\Ustring\Ustring('Je t\'aime'); 74 $arabic = new Hoa\Ustring\Ustring('أحبك'); 75 $japanese = new Hoa\Ustring\Ustring('私はあなたを愛して'); 93 `Hoa\Ustring\Ustring::getDirection` method (which call the 95 `Hoa\Ustring\Ustring::LTR` (`0`) or `Hoa\Ustring\Ustring::RTL` (`1`): 106 `Hoa\Ustring\Ustring` for example. 138 `Hoa\Ustring\Ustring`: 144 Hoa\Ustring\Ustring::isUtf8('Ʃ') // bool(true) 151 $emoji = new Hoa\Ustring\Ustring('I ❤ Unicode'); [all …]
|
H A D | Exception.php | 37 namespace Hoa\Ustring;
|
H A D | Search.php | 37 namespace Hoa\Ustring;
|
H A D | Ustring.php | 37 namespace Hoa\Ustring; 53 class Ustring implements \ArrayAccess, \Countable, \IteratorAggregate class 1059 if (false === Ustring::checkMbString()) {
|
H A D | CHANGELOG.md | 36 * Rename `Hoa\String` to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T12:24:23+02:00)
|
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/ |
H A D | Tocode.php | 37 namespace Hoa\Ustring\Bin; 40 use Hoa\Ustring; alias 95 $code = base_convert((string) Ustring::toCode($char), 10, $base);
|
H A D | Fromcode.php | 37 namespace Hoa\Ustring\Bin; 40 use Hoa\Ustring; alias 95 $char = Ustring::fromCode(base_convert($code, $base, 10));
|
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/ |
H A D | Issue.php | 37 namespace Hoa\Ustring\Test\Unit; 40 use Hoa\Ustring as LUT;
|
H A D | Search.php | 37 namespace Hoa\Ustring\Test\Unit; 40 use Hoa\Ustring as LUT;
|
H A D | Ustring.php | 37 namespace Hoa\Ustring\Test\Unit; 40 use Hoa\Ustring as LUT; 50 class Ustring extends Test\Unit\Suite class
|
/plugin/findologicxmlexport/vendor/hoa/regex/ |
H A D | CHANGELOG.md | 31 * Move to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T14:51:52+02:00)
|