Home
last modified time | relevance | path

Searched refs:u8_tolower (Results 1 – 25 of 69) sorted by relevance

123

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-spm-bs2bm.c75 badchars[u8_tolower(needle[i])] = 0; in Bs2BmBadcharsNocase()
152 if (u8_tolower(*haystack) != u8_tolower(*n)) { in Bs2BmNocase()
160 if (u8_tolower(*h) != u8_tolower(*n)) { in Bs2BmNocase()
161 if (badchars[u8_tolower(*h)] == 1) { in Bs2BmNocase()
H A Dutil-spm-bs.c112 if (u8_tolower(*haystack) != u8_tolower(*n)) { in BasicSearchNocase()
121 if (u8_tolower(*h) != u8_tolower(*n)) { in BasicSearchNocase()
H A Dutil-spm-bm.c223 bmBc[u8_tolower((unsigned char)x[i])] = m - 1 - i; in PreBmBcNocase()
243 while (g >= 0 && u8_tolower(x[g]) == u8_tolower(x[g + m - 1 - f])) { in BoyerMooreSuffixesNocase()
371 for (i = m - 1; i >= 0 && x[i] == u8_tolower(y[i + j]); --i); in BoyerMooreNocase()
H A Dutil-memcpy.h42 d[i] = u8_tolower(s[i]); in memcpy_tolower()
H A Ddetect-nocase.c87 *c = u8_tolower(*c); in DetectNocaseSetup()
H A Dsuricata.h175 #define u8_tolower(c) tolower((uint8_t)(c)) macro
/dports/math/pspp/pspp-1.4.1/gl/unicase/
H A Du8-tolower.c29 u8_tolower (const uint8_t *s, size_t n, const char *iso639_language, in u8_tolower() function
108 u8_tolower ((uint8_t *) input, length, uc_locale_language (), in main()
/dports/devel/gnulib/gnulib-20140202-stable/lib/unicase/
H A Du8-tolower.c29 u8_tolower (const uint8_t *s, size_t n, const char *iso639_language, in u8_tolower() function
108 u8_tolower ((uint8_t *) input, length, uc_locale_language (), in main()
H A Du8-is-lowercase.c29 return u8_is_invariant (s, n, u8_tolower, iso639_language, resultp); in u8_is_lowercase()
H A Du8-is-cased.c33 #define U_TOLOWER u8_tolower
/dports/math/octave/octave-6.4.0/libgnu/unicase/
H A Du8-tolower.c29 u8_tolower (const uint8_t *s, size_t n, const char *iso639_language, in u8_tolower() function
108 u8_tolower ((uint8_t *) input, length, uc_locale_language (), in main()
/dports/devel/libunistring/libunistring-0.9.10/lib/unicase/
H A Du8-tolower.c38 u8_tolower (const uint8_t *s, size_t n, const char *iso639_language, in u8_tolower() function
117 u8_tolower ((uint8_t *) input, length, uc_locale_language (), in main()
H A Du8-is-lowercase.c38 return u8_is_invariant (s, n, u8_tolower, iso639_language, resultp); in u8_is_lowercase()
H A Du8-is-cased.c42 #define U_TOLOWER u8_tolower
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/unicase/
H A Du8-tolower.c37 u8_tolower (const uint8_t *s, size_t n, const char *iso639_language, in u8_tolower() function
116 u8_tolower ((uint8_t *) input, length, uc_locale_language (), in main()
H A Du8-is-lowercase.c37 return u8_is_invariant (s, n, u8_tolower, iso639_language, resultp); in u8_is_lowercase()
H A Du8-is-cased.c41 #define U_TOLOWER u8_tolower
/dports/ftp/wget/wget-1.21.2/lib/unicase/
H A Du8-tolower.c37 u8_tolower (const uint8_t *s, size_t n, const char *iso639_language, in u8_tolower() function
116 u8_tolower ((uint8_t *) input, length, uc_locale_language (), in main()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dutf8.c683 u8_tolower (const signed char *c, int l, char *out) { in u8_tolower() function
748 int l = u8_tolower (s2, next-s2, lw); in utfcasestr()
766 int l1 = u8_tolower (p1, i1, lw1); in utfcasestr()
767 int l2 = u8_tolower (p2, i2, lw2); in utfcasestr()
801 int l1 = u8_tolower (p1, i1, lw1); in utfcasestr_fast()
828 int l1 = u8_tolower (p1, i1, s1); in u8_strcasecmp()
829 int l2 = u8_tolower (p2, i2, s2); in u8_strcasecmp()
/dports/sysutils/fsearch/fsearch-0.1beta4/src/
H A Dutf8.c681 u8_tolower (const signed char *c, int l, char *out) { in u8_tolower() function
746 int l = u8_tolower (s2, next-s2, lw); in utfcasestr()
763 u8_tolower (p1, i1, lw1); in utfcasestr()
764 u8_tolower (p2, i2, lw2); in utfcasestr()
797 int l1 = u8_tolower (p1, i1, lw1); in utfcasestr_fast()
823 int l1 = u8_tolower (p1, i1, s1); in u8_strcasecmp()
824 int l2 = u8_tolower (p2, i2, s2); in u8_strcasecmp()
/dports/devel/gnulib/gnulib-20140202-stable/tests/unicase/
H A Dtest-u8-tolower.c38 result = u8_tolower (input, input_length, iso639_language, nf, NULL, &length); in check()
54 result = u8_tolower (input, input_length, iso639_language, nf, preallocated, &length); in check()
73 result = u8_tolower (input, input_length, iso639_language, nf, preallocated, &length); in check()
/dports/devel/libunistring/libunistring-0.9.10/tests/unicase/
H A Dtest-u8-tolower.c38 result = u8_tolower (input, input_length, iso639_language, nf, NULL, &length); in check()
54 result = u8_tolower (input, input_length, iso639_language, nf, preallocated, &length); in check()
73 result = u8_tolower (input, input_length, iso639_language, nf, preallocated, &length); in check()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/unicase/
H A Dtest-u8-tolower.c38 result = u8_tolower (input, input_length, iso639_language, nf, NULL, &length); in check()
54 result = u8_tolower (input, input_length, iso639_language, nf, preallocated, &length); in check()
73 result = u8_tolower (input, input_length, iso639_language, nf, preallocated, &length); in check()
/dports/math/octave/octave-6.4.0/liboctave/wrappers/
H A Dunicase-wrappers.c39 return u8_tolower (s, n, iso639_language, NULL, resultbuf, lengthp); in octave_u8_tolower_wrapper()
/dports/mail/mailutils/mailutils-3.13/lib/
H A Dunistr_u8.c29 uint8_t *result = u8_tolower ((const uint8_t *)input, strlen (input)+1, in unistr_downcase()

123