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

/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_rune_t.h30 typedef __darwin_rune_t rune_t;
/macosx-10.10/Libc-1044.1.2/include/
H A Drunetype.h61 __darwin_rune_t __min; /* First rune of the range */
62 __darwin_rune_t __max; /* Last rune (inclusive) of the range */
63 __darwin_rune_t __map; /* What first maps to in maps */
81 __darwin_rune_t (*__sgetrune)(const char *, __darwin_size_t, char const **);
82 int (*__sputrune)(__darwin_rune_t, char *, __darwin_size_t, char **);
83 __darwin_rune_t __invalid_rune;
86 __darwin_rune_t __maplower[_CACHED_RUNES];
87 __darwin_rune_t __mapupper[_CACHED_RUNES];
/macosx-10.10/xnu-2782.1.97/bsd/i386/
H A D_types.h109 typedef __darwin_wchar_t __darwin_rune_t; /* rune_t */ typedef
/macosx-10.10/Libc-1044.1.2/locale/
H A Dfrune.c59 __darwin_rune_t invalid_rune = __current_locale()->__lc_ctype->_CurrentRuneLocale.__invalid_rune;
H A Drunedepreciated.c43 __darwin_rune_t invalid_rune = __current_locale()->__lc_ctype->_CurrentRuneLocale.__invalid_rune;

Completed in 305 milliseconds