Searched refs:__ctype_encoding (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dsetrunelocale.c91 strcmp(encoding, CachedRuneLocale->__ctype_encoding) == 0) {
166 (void)strcpy(xrl->__ctype_encoding, encoding);
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale.c190 if (strcmp(enc, loc->__lc_ctype->__ctype_encoding) != 0) {
355 const char *ctype = loc->__lc_ctype->__ctype_encoding;
406 ret = loc->__lc_ctype->__ctype_encoding;
H A Dxlocale_private.h71 char __ctype_encoding[ENCODING_LEN + 1]; member in struct:__xlocale_st_runelocale

Completed in 166 milliseconds