Lines Matching defs:maxage
79 unsigned int maxage;
498 if (leaf_age <= data->maxage && leaf_age > age)
521 age = data->maxage;
527 if (leaf_age <= data->maxage && leaf_age < age)
555 if (leaf_age <= data->maxage && leaf_age > age)
578 age = data->maxage;
584 if (leaf_age <= data->maxage && leaf_age < age)
612 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
641 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
774 if (utf8agetab[LEAF_GEN(leaf)] > u8c->data->maxage) {
866 static const struct utf8data *utf8nfdi(unsigned int maxage)
870 while (maxage < utf8nfdidata[i].maxage)
872 if (maxage > utf8nfdidata[i].maxage)
878 static const struct utf8data *utf8nfdicf(unsigned int maxage)
882 while (maxage < utf8nfdicfdata[i].maxage)
884 if (maxage > utf8nfdicfdata[i].maxage)