Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
unicode.inc
»
drupal_strlen
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
21 calls to drupal_strlen()
DrupalHtmlToTextTestCase::testVeryLongLineWrap
in drupal/
modules/
simpletest/
tests/
mail.test
Tests that
drupal_html_to_text
() wraps before 1000 characters.
drupal_html_to_text
in drupal/
includes/
mail.inc
Transforms an HTML string into plain text, preserving its structure.
field_create_field
in drupal/
modules/
field/
field.crud.inc
Creates a field.
hook_field_validate
in drupal/
modules/
field/
field.api.php
Validate this module's field data.
list_allowed_values_setting_validate
in drupal/
modules/
field/
modules/
list/
list.module
Element validate callback; check that the entered values are valid.
MenuTestCase::addCustomMenu
in drupal/
modules/
menu/
menu.test
Add custom menu.
menu_contextual_links
in drupal/
includes/
menu.inc
Retrieves contextual links for a path based on registered local tasks.
NodeMultiByteUtf8Test::testMultiByteUtf8
in drupal/
modules/
node/
node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
SearchQuery::parseWord
in drupal/
modules/
search/
search.extender.inc
Helper function for parseQuery().
SearchSimplifyTestCase::testSearchSimplifyUnicode
in drupal/
modules/
search/
search.test
Tests that all Unicode characters simplify correctly.
search_expand_cjk
in drupal/
modules/
search/
search.module
Splits CJK (Chinese, Japanese, Korean) text into tokens.
search_index
in drupal/
modules/
search/
search.module
Update the full-text search index for a particular item.
template_preprocess_username
in drupal/
includes/
theme.inc
Preprocesses variables for
theme_username
().
text_field_validate
in drupal/
modules/
field/
modules/
text/
text.module
Implements
hook_field_validate
().
text_summary
in drupal/
modules/
field/
modules/
text/
text.module
Generate a trimmed, formatted version of a text field value.
theme_image_formatter
in drupal/
modules/
image/
image.field.inc
Returns HTML for an image field formatter.
truncate_utf8
in drupal/
includes/
unicode.inc
Truncates a UTF-8-encoded string safely to a number of characters.
UnicodeUnitTest::helperTestStrLen
in drupal/
modules/
simpletest/
tests/
unicode.test
user_account_form_validate
in drupal/
modules/
user/
user.module
Form validation handler for
user_account_form
().
user_validate_name
in drupal/
modules/
user/
user.module
Verify the syntax of the given name.
_form_validate
in drupal/
includes/
form.inc
Performs validation on form elements.