backdrop_ucfirst in includes/unicode.inc
Capitalizes the first letter of a UTF-8 string.
DBLogTestCase::doUser in modules/dblog/tests/dblog.test
Generates and then verifies some user events.
dblog_watchdog in modules/dblog/dblog.module
Implements hook_watchdog().
drupal_substr in includes/drupal.inc
Cuts off a piece of a string based on character indices and counts.
file_create_url in includes/file.inc
Creates a web-accessible URL for a stream to an external or local file.
menu_contextual_links in includes/menu.inc
Retrieves contextual links for a path based on registered local tasks.
search_expand_cjk in modules/search/search.module
Splits CJK (Chinese, Japanese, Korean) text into tokens.
SearchSimplifyTestCase::testSearchSimplifyUnicode in modules/search/tests/search.test
Tests that all Unicode characters simplify correctly.
system_redirect_deprecated_page in modules/system/system.module
Menu callback; Redirects a deprecated menu location to a new path.
TaxonomyTermTestCase::testTaxonomyGetTermByName in modules/taxonomy/tests/taxonomy.test
Test taxonomy_term_load_multiple_by_name().
template_preprocess_username in modules/user/user.theme.inc
Preprocesses variables for theme_username().
truncate_utf8 in includes/unicode.inc
Truncates a UTF-8-encoded string safely to a number of characters.
UnicodeUnitTest::helperTestSubStr in modules/simpletest/tests/unicode.test
Updater::findInfoFile in includes/updater.inc
Figure out what the most important (or only) info file is in a directory.
views_handler::case_transform in modules/views/includes/handlers.inc
Transform a string by a certain method.
views_handler_field::render_text in modules/views/handlers/views_handler_field.inc
Perform an advanced text render for the item.
views_plugin_style_jump_menu::render in modules/views/plugins/views_plugin_style_jump_menu.inc
Render the display in this style.
views_trim_text in modules/views/includes/utility.inc
Trim the field down to the specified length.
views_ui_truncate in modules/views_ui/views_ui.module
Truncate strings to a set length and provide a ... if they truncated.