|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Refinery\String\UTFNormal:Public Member Functions | |
| formC () | |
| Normalization Form C (NFC), also known as Canonical Decomposition followed by Canonical Composition. More... | |
| formD () | |
| Normalization Form D (NFD), also known as Canonical Decomposition. More... | |
| formKD () | |
| Normalization Form KC (NFKC), also known as Compatibility Decomposition followed by Canonical Composition. More... | |
| formKC () | |
| Normalization Form KD (NFKD), also known as Compatibility Decomposition. More... | |
Protected Member Functions | |
| getNormalizer ($form) | |
| normalizerExists () | |
Protected Attributes | |
| Transformation | $form_c = null |
| Transformation | $form_d = null |
| Transformation | $form_kc = null |
| Transformation | $form_kd = null |
Definition at line 27 of file UTFNormal.php.
| ILIAS\Refinery\String\UTFNormal::formC | ( | ) |
Normalization Form C (NFC), also known as Canonical Decomposition followed by Canonical Composition.
Definition at line 37 of file UTFNormal.php.
References ILIAS\Refinery\String\UTFNormal\$form_c, and ILIAS\Refinery\String\UTFNormal\getNormalizer().
Here is the call graph for this function:| ILIAS\Refinery\String\UTFNormal::formD | ( | ) |
Normalization Form D (NFD), also known as Canonical Decomposition.
Definition at line 49 of file UTFNormal.php.
References ILIAS\Refinery\String\UTFNormal\$form_d, and ILIAS\Refinery\String\UTFNormal\getNormalizer().
Here is the call graph for this function:| ILIAS\Refinery\String\UTFNormal::formKC | ( | ) |
Normalization Form KD (NFKD), also known as Compatibility Decomposition.
Definition at line 73 of file UTFNormal.php.
References ILIAS\Refinery\String\UTFNormal\$form_kc, and ILIAS\Refinery\String\UTFNormal\getNormalizer().
Here is the call graph for this function:| ILIAS\Refinery\String\UTFNormal::formKD | ( | ) |
Normalization Form KC (NFKC), also known as Compatibility Decomposition followed by Canonical Composition.
Definition at line 61 of file UTFNormal.php.
References ILIAS\Refinery\String\UTFNormal\$form_kd, and ILIAS\Refinery\String\UTFNormal\getNormalizer().
Here is the call graph for this function:
|
protected |
Definition at line 82 of file UTFNormal.php.
References ILIAS\Refinery\String\UTFNormal\normalizerExists().
Referenced by ILIAS\Refinery\String\UTFNormal\formC(), ILIAS\Refinery\String\UTFNormal\formD(), ILIAS\Refinery\String\UTFNormal\formKC(), and ILIAS\Refinery\String\UTFNormal\formKD().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 93 of file UTFNormal.php.
Referenced by ILIAS\Refinery\String\UTFNormal\getNormalizer().
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file UTFNormal.php.
Referenced by ILIAS\Refinery\String\UTFNormal\formC().
|
protected |
Definition at line 30 of file UTFNormal.php.
Referenced by ILIAS\Refinery\String\UTFNormal\formD().
|
protected |
Definition at line 31 of file UTFNormal.php.
Referenced by ILIAS\Refinery\String\UTFNormal\formKC().
|
protected |
Definition at line 32 of file UTFNormal.php.
Referenced by ILIAS\Refinery\String\UTFNormal\formKD().