MediaWiki REL1_33
|
Public Member Functions | |
__construct () | |
loadExceptions ( $lcChars, $ucChars) | |
loadRegs () | |
Public Attributes | |
$Cyrl2LatnExceptions = [] | |
$Cyrl2LatnPatterns = [] | |
$Latn2CyrlExceptions = [] | |
$Latn2CyrlPatterns = [] | |
const | WB = '\b' |
Private Member Functions | |
addMappings ( $mapArray, &$A2B, &$B2A, $exactCase=false, $prePat='', $postPat='') | |
initLcUc ( $lcChars, $ucChars, $reinit=false) | |
myLc ( $string) | |
myUc ( $string) | |
myUcWord ( $string) | |
Private Attributes | |
$Cyrl2LatnRegexes = [] | |
$CyrlCleanUpRegexes | |
$exactCaseMappings | |
$Latn2CyrlRegexes = [] | |
$lc2uc | |
$ManyToOneC2LMappings | |
$multiCaseMappings | |
$prefixMapping | |
$suffixMapping | |
$uc2lc | |
Definition at line 14 of file CrhExceptions.php.
MediaWiki\Languages\Data\CrhExceptions::__construct | ( | ) |
Definition at line 18 of file CrhExceptions.php.
References MediaWiki\Languages\Data\CrhExceptions\loadRegs().
|
private |
Definition at line 63 of file CrhExceptions.php.
References and(), MediaWiki\Languages\Data\CrhExceptions\myUc(), and MediaWiki\Languages\Data\CrhExceptions\myUcWord().
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
|
private |
Definition at line 31 of file CrhExceptions.php.
References and().
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
MediaWiki\Languages\Data\CrhExceptions::loadExceptions | ( | $lcChars, | |
$ucChars ) |
Definition at line 92 of file CrhExceptions.php.
References MediaWiki\Languages\Data\CrhExceptions\$Cyrl2LatnExceptions, MediaWiki\Languages\Data\CrhExceptions\$Cyrl2LatnPatterns, MediaWiki\Languages\Data\CrhExceptions\$Cyrl2LatnRegexes, MediaWiki\Languages\Data\CrhExceptions\$CyrlCleanUpRegexes, MediaWiki\Languages\Data\CrhExceptions\$Latn2CyrlExceptions, MediaWiki\Languages\Data\CrhExceptions\$Latn2CyrlPatterns, MediaWiki\Languages\Data\CrhExceptions\$Latn2CyrlRegexes, MediaWiki\Languages\Data\CrhExceptions\addMappings(), and MediaWiki\Languages\Data\CrhExceptions\initLcUc().
MediaWiki\Languages\Data\CrhExceptions::loadRegs | ( | ) |
Definition at line 402 of file CrhExceptions.php.
References CrhConverter\C_CONS, CrhConverter\C_CONS_LC, CrhConverter\C_CONS_UC, CrhConverter\C_LC, CrhConverter\C_M_CONS, CrhConverter\C_UC, CrhConverter\L_CONS, CrhConverter\L_CONS_LC, CrhConverter\L_F, CrhConverter\L_F_UC, CrhConverter\L_M_CONS, CrhConverter\L_N_CONS, CrhConverter\L_N_CONS_LC, CrhConverter\L_N_CONS_UC, CrhConverter\L_UC, CrhConverter\L_VOW, and CrhConverter\L_VOW_UC.
Referenced by MediaWiki\Languages\Data\CrhExceptions\__construct().
|
private |
Definition at line 51 of file CrhExceptions.php.
References and().
Referenced by MediaWiki\Languages\Data\CrhExceptions\myUcWord().
|
private |
Definition at line 55 of file CrhExceptions.php.
References and().
Referenced by MediaWiki\Languages\Data\CrhExceptions\addMappings(), and MediaWiki\Languages\Data\CrhExceptions\myUcWord().
|
private |
Definition at line 59 of file CrhExceptions.php.
References and(), MediaWiki\Languages\Data\CrhExceptions\myLc(), and MediaWiki\Languages\Data\CrhExceptions\myUc().
Referenced by MediaWiki\Languages\Data\CrhExceptions\addMappings().
MediaWiki\Languages\Data\CrhExceptions::$Cyrl2LatnExceptions = [] |
Definition at line 22 of file CrhExceptions.php.
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
MediaWiki\Languages\Data\CrhExceptions::$Cyrl2LatnPatterns = [] |
Definition at line 25 of file CrhExceptions.php.
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
|
private |
Definition at line 399 of file CrhExceptions.php.
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
|
private |
Definition at line 787 of file CrhExceptions.php.
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
|
private |
Definition at line 349 of file CrhExceptions.php.
MediaWiki\Languages\Data\CrhExceptions::$Latn2CyrlExceptions = [] |
Definition at line 23 of file CrhExceptions.php.
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
MediaWiki\Languages\Data\CrhExceptions::$Latn2CyrlPatterns = [] |
Definition at line 26 of file CrhExceptions.php.
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
|
private |
Definition at line 400 of file CrhExceptions.php.
Referenced by MediaWiki\Languages\Data\CrhExceptions\loadExceptions().
|
private |
Definition at line 28 of file CrhExceptions.php.
|
private |
Definition at line 121 of file CrhExceptions.php.
|
private |
Definition at line 133 of file CrhExceptions.php.
|
private |
Definition at line 379 of file CrhExceptions.php.
|
private |
Definition at line 362 of file CrhExceptions.php.
|
private |
Definition at line 29 of file CrhExceptions.php.
const MediaWiki\Languages\Data\CrhExceptions::WB = '\b' |
Definition at line 16 of file CrhExceptions.php.