Home
last modified time | relevance | path

Searched refs:__encoding (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libc/port/locale/
H A Dsetrunelocale.c134 if ((strncmp(rl->__encoding, encodings[i].e_name, l) == 0) && in __lc_ctype_load()
135 (rl->__encoding[l] == '\0' || rl->__encoding[l] == '@')) { in __lc_ctype_load()
H A Drunetype.h114 char __encoding[32]; /* ASCII name of encoding */ member
H A Drune.c159 (void) memcpy(rl->__encoding, frl->encoding, sizeof (rl->__encoding)); in _Read_RuneMagi()
H A Dregcomp.c1386 strcmp(loc->runelocale->__encoding, "UTF-8") != 0) in findmust()