Searched refs:__char_pri_table (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h67 struct __collate_st_char_pri __char_pri_table[UCHAR_MAX + 1]; member in struct:__xlocale_st_collate
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.c35 #define __collate_char_pri_table (loc->__lc_collate->__char_pri_table)
182 i -= offsetof(struct __xlocale_st_collate, __char_pri_table);
183 FREAD(TMP->__char_pri_table, i, 1, fp);
214 struct __collate_st_char_pri *p = TMP->__char_pri_table;

Completed in 75 milliseconds