7 calls to Unicode::getStatus() in Zircon Profile 8
- Unicode::strlen in core/
lib/ Drupal/ Component/ Utility/ Unicode.php - Counts the number of characters in a UTF-8 string.
- Unicode::strpos in core/
lib/ Drupal/ Component/ Utility/ Unicode.php - Finds the position of the first occurrence of a string in another string.
- Unicode::strtolower in core/
lib/ Drupal/ Component/ Utility/ Unicode.php - Converts a UTF-8 string to lowercase.
- Unicode::strtoupper in core/
lib/ Drupal/ Component/ Utility/ Unicode.php - Converts a UTF-8 string to uppercase.
- Unicode::substr in core/
lib/ Drupal/ Component/ Utility/ Unicode.php - Cuts off a piece of a string based on character indices and counts.
- UnicodeTest::testStatus in core/
tests/ Drupal/ Tests/ Component/ Utility/ UnicodeTest.php - Getting and settings the multibyte environment status.
- unicode_requirements in core/
includes/ unicode.inc - Returns Unicode library status and errors.