|
@@ 605-607 (lines=3) @@
|
| 602 |
|
|
| 603 |
|
if (isset($nums->symbols)) { |
| 604 |
|
$syms = $nums->symbols; |
| 605 |
|
if (isset($syms->decimal)) { |
| 606 |
|
$data['numbers']['symbols']['decimal'] = $this->unescape($syms->decimal->getValue()); |
| 607 |
|
} |
| 608 |
|
if (isset($syms->group)) { |
| 609 |
|
$data['numbers']['symbols']['group'] = $this->unescape($syms->group->getValue()); |
| 610 |
|
} |
|
@@ 608-610 (lines=3) @@
|
| 605 |
|
if (isset($syms->decimal)) { |
| 606 |
|
$data['numbers']['symbols']['decimal'] = $this->unescape($syms->decimal->getValue()); |
| 607 |
|
} |
| 608 |
|
if (isset($syms->group)) { |
| 609 |
|
$data['numbers']['symbols']['group'] = $this->unescape($syms->group->getValue()); |
| 610 |
|
} |
| 611 |
|
if (isset($syms->list)) { |
| 612 |
|
$data['numbers']['symbols']['list'] = $this->unescape($syms->list->getValue()); |
| 613 |
|
} |
|
@@ 611-613 (lines=3) @@
|
| 608 |
|
if (isset($syms->group)) { |
| 609 |
|
$data['numbers']['symbols']['group'] = $this->unescape($syms->group->getValue()); |
| 610 |
|
} |
| 611 |
|
if (isset($syms->list)) { |
| 612 |
|
$data['numbers']['symbols']['list'] = $this->unescape($syms->list->getValue()); |
| 613 |
|
} |
| 614 |
|
if (isset($syms->percentSign)) { |
| 615 |
|
$data['numbers']['symbols']['percentSign'] = $this->unescape($syms->percentSign->getValue()); |
| 616 |
|
} |
|
@@ 614-616 (lines=3) @@
|
| 611 |
|
if (isset($syms->list)) { |
| 612 |
|
$data['numbers']['symbols']['list'] = $this->unescape($syms->list->getValue()); |
| 613 |
|
} |
| 614 |
|
if (isset($syms->percentSign)) { |
| 615 |
|
$data['numbers']['symbols']['percentSign'] = $this->unescape($syms->percentSign->getValue()); |
| 616 |
|
} |
| 617 |
|
if (isset($syms->nativeZeroDigit)) { |
| 618 |
|
$data['numbers']['symbols']['nativeZeroDigit'] = $this->unescape($syms->nativeZeroDigit->getValue()); |
| 619 |
|
} |
|
@@ 617-619 (lines=3) @@
|
| 614 |
|
if (isset($syms->percentSign)) { |
| 615 |
|
$data['numbers']['symbols']['percentSign'] = $this->unescape($syms->percentSign->getValue()); |
| 616 |
|
} |
| 617 |
|
if (isset($syms->nativeZeroDigit)) { |
| 618 |
|
$data['numbers']['symbols']['nativeZeroDigit'] = $this->unescape($syms->nativeZeroDigit->getValue()); |
| 619 |
|
} |
| 620 |
|
if (isset($syms->patternDigit)) { |
| 621 |
|
$data['numbers']['symbols']['patternDigit'] = $this->unescape($syms->patternDigit->getValue()); |
| 622 |
|
} |
|
@@ 620-622 (lines=3) @@
|
| 617 |
|
if (isset($syms->nativeZeroDigit)) { |
| 618 |
|
$data['numbers']['symbols']['nativeZeroDigit'] = $this->unescape($syms->nativeZeroDigit->getValue()); |
| 619 |
|
} |
| 620 |
|
if (isset($syms->patternDigit)) { |
| 621 |
|
$data['numbers']['symbols']['patternDigit'] = $this->unescape($syms->patternDigit->getValue()); |
| 622 |
|
} |
| 623 |
|
if (isset($syms->plusSign)) { |
| 624 |
|
$data['numbers']['symbols']['plusSign'] = $this->unescape($syms->plusSign->getValue()); |
| 625 |
|
} |
|
@@ 623-625 (lines=3) @@
|
| 620 |
|
if (isset($syms->patternDigit)) { |
| 621 |
|
$data['numbers']['symbols']['patternDigit'] = $this->unescape($syms->patternDigit->getValue()); |
| 622 |
|
} |
| 623 |
|
if (isset($syms->plusSign)) { |
| 624 |
|
$data['numbers']['symbols']['plusSign'] = $this->unescape($syms->plusSign->getValue()); |
| 625 |
|
} |
| 626 |
|
if (isset($syms->minusSign)) { |
| 627 |
|
$data['numbers']['symbols']['minusSign'] = $this->unescape($syms->minusSign->getValue()); |
| 628 |
|
} |
|
@@ 626-628 (lines=3) @@
|
| 623 |
|
if (isset($syms->plusSign)) { |
| 624 |
|
$data['numbers']['symbols']['plusSign'] = $this->unescape($syms->plusSign->getValue()); |
| 625 |
|
} |
| 626 |
|
if (isset($syms->minusSign)) { |
| 627 |
|
$data['numbers']['symbols']['minusSign'] = $this->unescape($syms->minusSign->getValue()); |
| 628 |
|
} |
| 629 |
|
if (isset($syms->exponential)) { |
| 630 |
|
$data['numbers']['symbols']['exponential'] = $this->unescape($syms->exponential->getValue()); |
| 631 |
|
} |
|
@@ 629-631 (lines=3) @@
|
| 626 |
|
if (isset($syms->minusSign)) { |
| 627 |
|
$data['numbers']['symbols']['minusSign'] = $this->unescape($syms->minusSign->getValue()); |
| 628 |
|
} |
| 629 |
|
if (isset($syms->exponential)) { |
| 630 |
|
$data['numbers']['symbols']['exponential'] = $this->unescape($syms->exponential->getValue()); |
| 631 |
|
} |
| 632 |
|
if (isset($syms->perMille)) { |
| 633 |
|
$data['numbers']['symbols']['perMille'] = $this->unescape($syms->perMille->getValue()); |
| 634 |
|
} |
|
@@ 632-634 (lines=3) @@
|
| 629 |
|
if (isset($syms->exponential)) { |
| 630 |
|
$data['numbers']['symbols']['exponential'] = $this->unescape($syms->exponential->getValue()); |
| 631 |
|
} |
| 632 |
|
if (isset($syms->perMille)) { |
| 633 |
|
$data['numbers']['symbols']['perMille'] = $this->unescape($syms->perMille->getValue()); |
| 634 |
|
} |
| 635 |
|
if (isset($syms->infinity)) { |
| 636 |
|
$data['numbers']['symbols']['infinity'] = $this->unescape($syms->infinity->getValue()); |
| 637 |
|
} |
|
@@ 635-637 (lines=3) @@
|
| 632 |
|
if (isset($syms->perMille)) { |
| 633 |
|
$data['numbers']['symbols']['perMille'] = $this->unescape($syms->perMille->getValue()); |
| 634 |
|
} |
| 635 |
|
if (isset($syms->infinity)) { |
| 636 |
|
$data['numbers']['symbols']['infinity'] = $this->unescape($syms->infinity->getValue()); |
| 637 |
|
} |
| 638 |
|
if (isset($syms->nan)) { |
| 639 |
|
$data['numbers']['symbols']['nan'] = $this->unescape($syms->nan->getValue()); |
| 640 |
|
} |
|
@@ 638-640 (lines=3) @@
|
| 635 |
|
if (isset($syms->infinity)) { |
| 636 |
|
$data['numbers']['symbols']['infinity'] = $this->unescape($syms->infinity->getValue()); |
| 637 |
|
} |
| 638 |
|
if (isset($syms->nan)) { |
| 639 |
|
$data['numbers']['symbols']['nan'] = $this->unescape($syms->nan->getValue()); |
| 640 |
|
} |
| 641 |
|
} |
| 642 |
|
if (isset($nums->decimalFormats)) { |
| 643 |
|
$this->getNumberFormats($nums->decimalFormats, 'decimalFormat', $data['numbers']); |