Home | History | Annotate | Download | only in text

Lines Matching defs:NUMERIC_FORMAT_CHARS2

2324     private static final String NUMERIC_FORMAT_CHARS2 = "ceLMQq";
2332 || (count <= 2 && NUMERIC_FORMAT_CHARS2.indexOf(formatChar) >= 0);