20 calls to drupal_strlen()

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