Home
last modified time | relevance | path

Searched refs:Ustring (Results 1 – 12 of 12) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
DIsotropic.php41 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(
247 return Ustring::fromCode(octdec($value));
268 Ustring::fromCode(0x0009),
[all …]
/plugin/findologicxmlexport/vendor/hoa/ustring/
DREADME.md19 # Hoa\Ustring
23 …documentation-hack_book-ff0066.svg)](https://central.hoa-project.net/Documentation/Library/Ustring)
29 [Learn more](https://central.hoa-project.net/Documentation/Library/Ustring).
68 The `Hoa\Ustring\Ustring` class allows to manipulate easily UTF-8 strings in a
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
94 `Hoa\Ustring\Ustring::getCharDirection` static method), it returns either
95 `Hoa\Ustring\Ustring::LTR` (`0`) or `Hoa\Ustring\Ustring::RTL` (`1`):
[all …]
DException.php37 namespace Hoa\Ustring;
DUstring.php37 namespace Hoa\Ustring;
53 class Ustring implements \ArrayAccess, \Countable, \IteratorAggregate class
1059 if (false === Ustring::checkMbString()) {
DSearch.php37 namespace Hoa\Ustring;
DCHANGELOG.md36 * Rename `Hoa\String` to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T12:24:23+02:00)
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
DFromcode.php37 namespace Hoa\Ustring\Bin;
40 use Hoa\Ustring; alias
95 $char = Ustring::fromCode(base_convert($code, $base, 10));
DTocode.php37 namespace Hoa\Ustring\Bin;
40 use Hoa\Ustring; alias
95 $code = base_convert((string) Ustring::toCode($char), 10, $base);
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
DIssue.php37 namespace Hoa\Ustring\Test\Unit;
40 use Hoa\Ustring as LUT;
DSearch.php37 namespace Hoa\Ustring\Test\Unit;
40 use Hoa\Ustring as LUT;
DUstring.php37 namespace Hoa\Ustring\Test\Unit;
40 use Hoa\Ustring as LUT;
50 class Ustring extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/hoa/regex/
DCHANGELOG.md31 * Move to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T14:51:52+02:00)