Return the token that matches the unit ident found.
static int matchUnits(String text, int offset, int length) { return matchList(_UNITS, 'unit', text, offset, length); }