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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducgendat.c166 } _case_t; typedef in typeref:struct:__anon3035
168 static _case_t *upper;
169 static _case_t *lower;
170 static _case_t *title;
541 title = (_case_t *) malloc(sizeof(_case_t) << 3);
543 title = (_case_t *) realloc((char *) title,
544 sizeof(_case_t) * (title_size + 8));
559 sizeof(_case_t));
588 upper = (_case_t *) mallo
[all...]

Completed in 89 milliseconds