Searched refs:ucs_attrs (Results 1 – 2 of 2) sorted by relevance
80 if (!(w = (Ucs_map_t*)malloc(sizeof(Ucs_map_t) * (elementsof(ucs_attrs) + elementsof(ucs_names))))) in initialize()98 for (i = 0; i < elementsof(ucs_attrs); i++, w++) in initialize()100 memcpy(w, &ucs_attrs[i], offsetof(Ucs_dat_t, table)); in initialize()101 w->name = ucs_strings[ucs_attrs[i].table] + ucs_attrs[i].index; in initialize()
2108 static const Ucs_dat_t ucs_attrs[] = variable