7 uses of LOCALE_PLURAL_DELIMITER

format_plural in drupal/core/includes/common.inc
Formats a string containing a count of items.
LanguageUpgradePathTest::testLanguageUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests a successful upgrade.
PoDatabaseWriter::writeItem in drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php
Implements Drupal\Component\Gettext\PoWriterInterface::writeItem().
PoItem::setFromArray in drupal/core/lib/Drupal/Component/Gettext/PoItem.php
Create the PoItem from a structured array.
PoMemoryWriter::writeItem in drupal/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php
Implements Drupal\Component\Gettext\PoWriterInterface::writeItem().
StringBase::getPlurals in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\StringInterface::getPlurals().
StringBase::setPlurals in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\StringInterface::setPlurals().