package org.activityinfo.model.expr; public interface ExprLocale { boolean isDigitSeperator(char c); boolean isDecimalPoint(char c); }