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_add_language_set_batch in drupal/core/modules/locale/locale.bulk.inc
Sets a batch for a newly-added language.
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.