Home
last modified time | relevance | path

Searched refs:MAX_BASE (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dtrio.c385 MAX_BASE = 36, enumerator
1397 if (base > MAX_BASE)
2206 assert(((base >= MIN_BASE) && (base <= MAX_BASE)) || (base == NO_BASE));
2664 assert(((base >= MIN_BASE) && (base <= MAX_BASE)) || (base == NO_BASE));
5458 assert((base >= MIN_BASE && base <= MAX_BASE) || (base == NO_BASE));