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