Home | History | Annotate | Download | only in cintltst

Lines Matching full:calloc

1161     dataTable = (UChar***)(calloc(sizeof(UChar**),LOCALE_INFO_SIZE));
1164 dataTable[i] = (UChar**)(calloc(sizeof(UChar*),LOCALE_SIZE));