You are here

21 calls to drupal_strlen() in Drupal 7

DrupalHtmlToTextTestCase::testVeryLongLineWrap in modules/simpletest/tests/mail.test
Tests that drupal_html_to_text() wraps before 1000 characters.
drupal_html_to_text in includes/mail.inc
Transforms an HTML string into plain text, preserving its structure.
field_create_field in modules/field/field.crud.inc
Creates a field.
hook_field_validate in modules/field/field.api.php
Validate this module's field data.
list_allowed_values_setting_validate in modules/field/modules/list/list.module
Element validate callback; check that the entered values are valid.
MenuTestCase::addCustomMenu in modules/menu/menu.test
Add custom menu.
menu_contextual_links in includes/menu.inc
Retrieves contextual links for a path based on registered local tasks.
NodeMultiByteUtf8Test::testMultiByteUtf8 in modules/node/node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
SearchQuery::parseWord in modules/search/search.extender.inc
Helper function for parseQuery().
SearchSimplifyTestCase::testSearchSimplifyUnicode in modules/search/search.test
Tests that all Unicode characters simplify correctly.
search_expand_cjk in modules/search/search.module
Splits CJK (Chinese, Japanese, Korean) text into tokens.
search_index in modules/search/search.module
Update the full-text search index for a particular item.
template_preprocess_username in includes/theme.inc
Preprocesses variables for theme_username().
text_field_validate in modules/field/modules/text/text.module
Implements hook_field_validate().
text_summary in modules/field/modules/text/text.module
Generate a trimmed, formatted version of a text field value.
theme_image_formatter in modules/image/image.field.inc
Returns HTML for an image field formatter.
truncate_utf8 in includes/unicode.inc
Truncates a UTF-8-encoded string safely to a number of characters.
UnicodeUnitTest::helperTestStrLen in modules/simpletest/tests/unicode.test
user_account_form_validate in modules/user/user.module
Form validation handler for user_account_form().
user_validate_name in modules/user/user.module
Verify the syntax of the given name.
_form_validate in includes/form.inc
Performs validation on form elements.