Lines Matching full:multibyte
610 /* strchr() does not work with multibyte strings if the locale encoding is
615 "in some multibyte locales - "
766 Even in this simple case, it does not work with multibyte strings if the
772 "in multibyte locales - "
799 Even in this simple case, it does not work with multibyte strings if the
804 "in multibyte locales - "
817 Even in this simple case, it cannot work with multibyte strings. */
821 "in multibyte locales - "
826 /* strrchr() does not work with multibyte strings if the locale encoding is
831 "in some multibyte locales - "
847 Caveat: It doesn't work with multibyte strings unless all of the delimiter
863 "in multibyte locales - "
900 /* strstr() does not work with multibyte strings if the locale encoding is
908 "multibyte locales - "
949 /* strcasestr() does not work with multibyte strings:
955 "strings in multibyte locales - "
980 Caveat: It doesn't work with multibyte strings unless all of the delimiter
1014 "strings in multibyte locales - "
1030 /* Return the number of multibyte characters in the character string STRING.
1031 This considers multibyte characters, unlike strlen, which counts bytes. */
1053 /* Return the number of multibyte characters in the character string starting
1063 Unlike strchr(), this function works correctly in multibyte locales with
1085 Unlike strrchr(), this function works correctly in multibyte locales with
1107 Unlike strstr(), this function works correctly in multibyte locales with
1118 Note: This function may, in multibyte locales, return 0 for strings of
1120 Unlike strcasecmp(), this function works correctly in multibyte locales. */
1132 Note: This function may, in multibyte locales, return 0 for initial segments
1134 Unlike strncasecmp(), this function works correctly in multibyte locales.
1146 Note: This function may, in multibyte locales, return non-NULL if STRING
1148 Unlike strncasecmp(), this function works correctly in multibyte
1158 Note: This function may, in multibyte locales, return success even if
1160 Unlike strcasestr(), this function works correctly in multibyte locales. */
1171 Unlike strcspn(), this function works correctly in multibyte locales. */
1181 Unlike strpbrk(), this function works correctly in multibyte locales. */
1204 Unlike strspn(), this function works correctly in multibyte locales. */
1211 /* Search the next delimiter (multibyte character listed in the character
1214 to the next multibyte character after it. Otherwise, set *STRINGP to NULL.