Searched refs:casefold (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducstr.c127 unsigned casefold = flags & KRB5_UTF8_CASEFOLD; local
146 if (casefold) {
206 *p = casefold ? TOLOWER(s[i - 1]) : s[i - 1];
234 if (casefold) {
292 out[outpos++] = casefold ? TOLOWER(s[i - 1]) : s[i - 1];
295 out[outpos++] = casefold ? TOLOWER(s[len - 1]) : s[len - 1];
299 *ucs = casefold ? TOLOWER(s[i - 1]) : s[i - 1];
330 unsigned casefold = flags & KRB5_UTF8_CASEFOLD; local
352 if (casefold) {
449 res = casefold
[all...]
H A Dure.h126 int casefold, ure_buffer_t buf);
H A Dure.c484 * If the `casefold' flag is set, then make sure both endpoints of the
1038 * the `casefold' flag is set.
1692 ure_compile(ucs2_t *re, unsigned long relen, int casefold, ure_buffer_t buf) argument
1709 buf->flags = _URE_DFA_BLANKLINE | ((casefold) ? _URE_DFA_CASEFOLD : 0);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dprinc_comp.c90 unsigned int casefold = (flags & KRB5_PRINCIPAL_COMPARE_CASEFOLD) != 0; local
120 if (casefold) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm19 casefold casespec);
124 you will need also the compexcl(), casefold(), and casespec() functions.
528 =head2 casefold
530 use Unicode::UCD 'casefold';
532 my $casefold = casefold("00DF");
534 The casefold() returns the locale-independent case folding of the
590 sub casefold { subroutine
593 croak __PACKAGE__, "::casefold: unknown code '$arg'"

Completed in 22 milliseconds