Home
last modified time | relevance | path

Searched refs:toEnum (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp69 static int32_t toEnum( in toEnum() function
198 int32_t val = toEnum( in strToERounding()
216 int32_t val = toEnum( in strToCurrencyUsage()
234 int32_t val = toEnum( in strToEPadPosition()
253 int32_t val = toEnum( in strToFormatStyle()
/external/cldr/tools/java/org/unicode/cldr/icu/
DSupplementalMapper.java58 public static DateFieldType toEnum(String value) { in toEnum() method in SupplementalMapper.DateFieldType
132 DateFieldType dft = DateFieldType.toEnum(args[1].trim()); in create()