Searched refs:mbchars (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/uni/
H A Dchomp.t31 # %mbchars = (encoding => { bytes => utf8, ... }, ...);
33 our %mbchars = (
50 plan tests => 2 * (4 ** 3 + 4 + 1) * (keys %mbchars);
52 for my $enc (sort keys %mbchars) {
54 my @char = (sort(keys %{ $mbchars{$enc} }),
55 sort(values %{ $mbchars{$enc} }));
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c557 qsort(mbchars, nmbchars, sizeof (*mbchars),
564 (int)mbchars[i].character, mbchars[i].tvalue);
H A Ddextern.h210 extern MBCLIT *mbchars;
H A Dy2.c166 int nmbchars = 0; /* number of mb literals in mbchars */
167 MBCLIT *mbchars = (MBCLIT *) 0; /* array of mb literals */ variable
168 int nmbcharsz = 0; /* allocated space for mbchars */
2051 if (mbchars->character == chlit)
2052 return (mbchars->tvalue);
2058 mbchars = (MBCLIT *)
2059 realloc((char *)mbchars, sizeof (MBCLIT)*nmbcharsz);
2060 if (mbchars == NULL)
2064 mbchars[nmbchars-1].character = chlit;
2065 return (mbchars[nmbchar
[all...]
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dregex_internal.h287 wchar_t *mbchars; member in struct:__anon3997
H A Dregcomp.c393 if (__wcrtomb (buf, cset->mbchars[i], &state) != (size_t) -1)
397 if (__wcrtomb (buf, towlower (cset->mbchars[i]), &state)
3174 new_mbchars = re_realloc (mbcset->mbchars, wchar_t,
3178 mbcset->mbchars = new_mbchars;
3180 mbcset->mbchars[mbcset->nmbchars++] = start_elem.opr.wch;
3702 re_free (cset->mbchars);
H A Dregexec.c3866 if (wc == cset->mbchars[i])

Completed in 80 milliseconds