Searched refs:toEnum (Results 1 – 2 of 2) sorted by relevance
72 static int32_t toEnum( in toEnum() function201 int32_t val = toEnum( in strToERounding()219 int32_t val = toEnum( in strToCurrencyUsage()237 int32_t val = toEnum( in strToEPadPosition()256 int32_t val = toEnum( in strToFormatStyle()
42 DateFieldType.toEnum(args.get(1)).toEpochMillis(LocalDate.parse(args.get(0)));194 static DateFieldType toEnum(String value) { in toEnum() method in IcuFunctions.DateFieldType