Lines Matching refs:maxage
10 unsigned int maxage;
422 if (leaf_age <= data->maxage && leaf_age > age)
444 age = data->maxage;
450 if (leaf_age <= data->maxage && leaf_age < age)
477 if (leaf_age <= data->maxage && leaf_age > age)
499 age = data->maxage;
505 if (leaf_age <= data->maxage && leaf_age < age)
532 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
560 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
693 if (utf8agetab[LEAF_GEN(leaf)] > u8c->data->maxage) {
770 const struct utf8data *utf8nfdi(unsigned int maxage)
774 while (maxage < utf8nfdidata[i].maxage)
776 if (maxage > utf8nfdidata[i].maxage)
782 const struct utf8data *utf8nfdicf(unsigned int maxage)
786 while (maxage < utf8nfdicfdata[i].maxage)
788 if (maxage > utf8nfdicfdata[i].maxage)