7 calls to Unicode::getStatus()

HandlerBase::caseTransform in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Transform a string by a certain method.
Unicode::strlen in drupal/core/lib/Drupal/Component/Utility/Unicode.php
Counts the number of characters in a UTF-8 string.
Unicode::strtolower in drupal/core/lib/Drupal/Component/Utility/Unicode.php
Lowercase a UTF-8 string.
Unicode::strtoupper in drupal/core/lib/Drupal/Component/Utility/Unicode.php
Uppercase a UTF-8 string.
Unicode::substr in drupal/core/lib/Drupal/Component/Utility/Unicode.php
Cuts off a piece of a string based on character indices and counts.
UnicodeTest::testStatus in drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php
Tests Unicode::getStatus() and Unicode::setStatus().
unicode_requirements in drupal/core/includes/unicode.inc
Returns Unicode library status and errors.