Lines Matching defs:range
4 # the character-validation range routines, and updated to the
30 # before a range table is produced. If there are less than this
40 # block range
57 range = string.strip(fields[0])
58 (start, end) = string.split(range, "..")
302 # a range table suitable for xmlCharInRange
311 for range in ranges:
312 (low, high) = range
348 * Returns pointer to range function if found, otherwise NULL
427 for range in ranges:
428 (begin, end) = range;