Home | History | Annotate | Download | only in libxml2

Lines Matching refs:MAX_BASE

369   MAX_BASE     = 36,
1381 if (base > MAX_BASE)
2190 assert(((base >= MIN_BASE) && (base <= MAX_BASE)) || (base == NO_BASE));
2648 assert(((base >= MIN_BASE) && (base <= MAX_BASE)) || (base == NO_BASE));
5442 assert((base >= MIN_BASE && base <= MAX_BASE) || (base == NO_BASE));