Searched refs:ParseMode (Results 1 – 13 of 13) sorted by relevance
59 enum ParseMode { enum126 NullableValue<ParseMode> parseMode;
364 ParseMode mode = enable ? PARSE_MODE_LENIENT : PARSE_MODE_STRICT; in setLenient()
33 import com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode;293 } else if (type == ParseMode.class) { in getSampleValueForType()296 ParseMode[] values = ParseMode.values(); in getSampleValueForType()
34 import android.icu.impl.number.DecimalFormatProperties.ParseMode;296 } else if (type == ParseMode.class) { in getSampleValueForType()299 ParseMode[] values = ParseMode.values(); in getSampleValueForType()
38 public static enum ParseMode { enum in DecimalFormatProperties115 private transient ParseMode parseMode;532 public ParseMode getParseMode() { in getParseMode()1155 public DecimalFormatProperties setParseMode(ParseMode parseMode) { in setParseMode()
33 public static enum ParseMode { enum in DecimalFormatProperties110 private transient ParseMode parseMode;527 public ParseMode getParseMode() { in getParseMode()1150 public DecimalFormatProperties setParseMode(ParseMode parseMode) { in setParseMode()
18 import android.icu.impl.number.DecimalFormatProperties.ParseMode;2018 return properties.getParseMode() == ParseMode.STRICT; in isParseStrict()2026 ParseMode mode = parseStrict ? ParseMode.STRICT : ParseMode.LENIENT; in setParseStrict()
17 import com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode;2184 return properties.getParseMode() == ParseMode.STRICT; in isParseStrict()2195 ParseMode mode = parseStrict ? ParseMode.STRICT : ParseMode.LENIENT; in setParseStrict()
17 import android.icu.impl.number.DecimalFormatProperties.ParseMode;150 boolean isStrict = properties.getParseMode() == ParseMode.STRICT; in createParserFromProperties()
16 import com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode;148 boolean isStrict = properties.getParseMode() == ParseMode.STRICT; in createParserFromProperties()
14 import android.icu.impl.number.DecimalFormatProperties.ParseMode;750 properties.setParseMode(tuple.lenient == 0 ? ParseMode.STRICT : ParseMode.LENIENT); in propertiesFromTuple()
13 import com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode;747 properties.setParseMode(tuple.lenient == 0 ? ParseMode.STRICT : ParseMode.LENIENT); in propertiesFromTuple()
451 com/ibm/icu/impl/number/Parse$ParseMode#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/impl/number/Parse$…