10 uses of LOCALE_NOT_CUSTOMIZED

Gettext::fileToDatabase in drupal/core/modules/locale/lib/Drupal/locale/Gettext.php
Reads the given PO files into the database.
LocaleStringTest::testStringCRUDAPI in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Test CRUD API.
locale_translate_batch_build in drupal/core/modules/locale/locale.bulk.inc
Build a locale batch from an array of files.
locale_translate_batch_import in drupal/core/modules/locale/locale.bulk.inc
Perform interface translation import as a batch step.
locale_translate_batch_import_files in drupal/core/modules/locale/locale.bulk.inc
Prepare a batch to import all translations.
locale_translate_import_form_submit in drupal/core/modules/locale/locale.bulk.inc
Form submission handler for locale_translate_import_form().
PoDatabaseReader::loadStrings in drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php
Builds and executes a database query based on options set earlier.
PoDatabaseWriter::setOptions in drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php
Set the options for the current writer.
TranslationString::setCustomized in drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php
Sets the string as customized / not customized.
_locale_translation_default_update_options in drupal/core/modules/locale/locale.translation.inc
Returns default import options for translation update.