Home | History | Annotate | Download | only in text

Lines Matching refs:DECIMAL_SEPARATOR

528         } else if (fieldAttribute == Field.DECIMAL_SEPARATOR) {
529 attribute = android.icu.text.NumberFormat.Field.DECIMAL_SEPARATOR;
570 if (name.equals(Field.DECIMAL_SEPARATOR.getName())) {
571 return Field.DECIMAL_SEPARATOR;