9 calls to drupal_strlen()

node_teaser in drupal-6.x/modules/node/node.module
Generate a teaser for a node body.
search_expand_cjk in drupal-6.x/modules/search/search.module
Basic CJK tokenizer. Simply splits a string into consecutive, overlapping sequences of characters ('minimum_word_size' long).
search_index in drupal-6.x/modules/search/search.module
Update the full-text search index for a particular item.
theme_username in drupal-6.x/includes/theme.inc
Format a username.
truncate_utf8 in drupal-6.x/includes/unicode.inc
Truncate a UTF-8-encoded string safely to a number of characters.
user_validate_name in drupal-6.x/modules/user/user.module
Verify the syntax of the given name.
_form_validate in drupal-6.x/includes/form.inc
Performs validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators.
_process_comment in drupal-6.x/includes/common.inc
Process comment blocks.
_search_parse_query in drupal-6.x/modules/search/search.module
Helper function for search_parse_query();