Home | History | Annotate | Download | only in libxml2

Lines Matching refs:MIN_BASE

368   MIN_BASE     =  2,
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));