Lines Matching full:multibyte
298 /* strchr() does not work with multibyte strings if the locale encoding is
303 "in some multibyte locales - "
454 Even in this simple case, it does not work with multibyte strings if the
460 "in multibyte locales - "
487 Even in this simple case, it does not work with multibyte strings if the
492 "in multibyte locales - "
505 Even in this simple case, it cannot work with multibyte strings. */
509 "in multibyte locales - "
514 /* strrchr() does not work with multibyte strings if the locale encoding is
519 "in some multibyte locales - "
535 Caveat: It doesn't work with multibyte strings unless all of the delimiter
551 "in multibyte locales - "
588 /* strstr() does not work with multibyte strings if the locale encoding is
596 "multibyte locales - "
637 /* strcasestr() does not work with multibyte strings:
643 "strings in multibyte locales - "
668 Caveat: It doesn't work with multibyte strings unless all of the delimiter
702 "strings in multibyte locales - "
718 /* Return the number of multibyte characters in the character string STRING.
719 This considers multibyte characters, unlike strlen, which counts bytes. */
741 /* Return the number of multibyte characters in the character string starting
751 Unlike strchr(), this function works correctly in multibyte locales with
773 Unlike strrchr(), this function works correctly in multibyte locales with
795 Unlike strstr(), this function works correctly in multibyte locales with
806 Note: This function may, in multibyte locales, return 0 for strings of
808 Unlike strcasecmp(), this function works correctly in multibyte locales. */
820 Note: This function may, in multibyte locales, return 0 for initial segments
822 Unlike strncasecmp(), this function works correctly in multibyte locales.
834 Note: This function may, in multibyte locales, return non-NULL if STRING
836 Unlike strncasecmp(), this function works correctly in multibyte
846 Note: This function may, in multibyte locales, return success even if
848 Unlike strcasestr(), this function works correctly in multibyte locales. */
859 Unlike strcspn(), this function works correctly in multibyte locales. */
869 Unlike strpbrk(), this function works correctly in multibyte locales. */
892 Unlike strspn(), this function works correctly in multibyte locales. */
899 /* Search the next delimiter (multibyte character listed in the character
902 to the next multibyte character after it. Otherwise, set *STRINGP to NULL.