Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (?string $idnVersion=null) | |
do (array $inputArray) | |
Champs de données | |
const | sBase = 0xAC00 |
const | lBase = 0x1100 |
const | vBase = 0x1161 |
const | tBase = 0x11A7 |
const | lCount = 19 |
const | vCount = 21 |
const | tCount = 28 |
const | nCount = 588 |
const | sCount = 11172 |
const | sLast = self::sBase + self::lCount * self::vCount * self::tCount |
Fonctions membres privées | |
applyCharacterMaps (array $inputArray) | |
combineCodePoints (array $codePoints) | |
hangulDecompose (int $codePoint) | |
hangulCompose (array $input) | |
getCombiningClass (int $char) | |
applyCanonicalOrdering (array $input) | |
combine (array $input) | |
Attributs privés | |
$namePrepData | |
__construct | ( | ?string | $idnVersion = null | ) |
|
private |
Applies the canonical ordering of a decomposed UCS4 sequence
array | $input | Decomposed UCS4 sequence |
Références $input, et NamePrep\getCombiningClass().
Référencé par NamePrep\applyCharacterMaps().
|
private |
array | $inputArray |
InvalidCharacterException |
Références $range, NamePrep\applyCanonicalOrdering(), elseif, et NamePrep\hangulDecompose().
Référencé par NamePrep\do().
|
private |
Do composition of a sequence of starter and non-starter
array | $input | UCS4 Decomposed sequence |
Références $input.
Référencé par NamePrep\combineCodePoints().
|
private |
Références NamePrep\combine(), et NamePrep\getCombiningClass().
Référencé par NamePrep\do().
do | ( | array | $inputArray | ) |
array | $inputArray |
InvalidCharacterException |
Implémente NamePrepInterface.
Références NamePrep\applyCharacterMaps(), NamePrep\combineCodePoints(), et NamePrep\hangulCompose().
|
private |
Returns the combining class of a certain wide char
integer | $char | Wide char to check (32bit integer) |
Référencé par NamePrep\applyCanonicalOrdering(), et NamePrep\combineCodePoints().
|
private |
Compose a Hangul syllable (see http://www.unicode.org/unicode/reports/tr15/#Hangul
array | $input | Decomposed UCS4 sequence |
Références $i, $input, et $result.
Référencé par NamePrep\do().
|
private |
Decomposes a Hangul syllable (see http://www.unicode.org/unicode/reports/tr15/#Hangul
integer | 32bit UCS4 code point |
Références $result.
Référencé par NamePrep\applyCharacterMaps().
|
private |
const lBase = 0x1100 |
const lCount = 19 |
const nCount = 588 |
const sBase = 0xAC00 |
const sCount = 11172 |
const sLast = self::sBase + self::lCount * self::vCount * self::tCount |
const tBase = 0x11A7 |
const tCount = 28 |
const vBase = 0x1161 |
const vCount = 21 |