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

/macosx-10.10/Libc-1044.1.2/nls/FreeBSD/
H A Dmsgcat.h128 int32_t numSets; /* Number of sets */ member in struct:__anon2793
141 int32_t numSets; /* Number of valid Sets */ member in struct:__anon2794
H A Dmsgcat.c254 LOOKUP(cat, set, setId, cat->numSets, sets);
300 __nls_free_resources(cat, cat->numSets);
387 if (ntohl(header.numSets) <= 0) {
391 _errowner, catpath, (int)ntohl(header.numSets));
395 cat->numSets = ntohl(header.numSets);
396 if ((cat->sets = (MCSetT *)malloc(sizeof(MCSetT) * cat->numSets)) ==
401 for (i = 0; i < cat->numSets; ++i) {
/macosx-10.10/man-16/man/gencat/
H A Dmsgcat.h154 long numSets; /* Number of sets */ member in struct:__anon11160
167 long numSets; /* Number of valid Sets */ member in struct:__anon11162
H A Dgenlib.c651 mcHead.numSets = cnt;
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drepattrn.cpp108 int32_t numSets = other.fSets->size(); local
109 fSets8 = new Regex8BitSet[numSets];
114 for (i=1; i<numSets; i++) {
H A Dregexcmp.cpp327 int32_t numSets = fRXPat->fSets->size(); local
328 fRXPat->fSets8 = new Regex8BitSet[numSets];
335 for (i=0; i<numSets; i++) {
/macosx-10.10/adv_cmds-158/gencat/
H A Dgenlib.c590 mcHead.numSets = htonl(cnt);

Completed in 473 milliseconds