Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h334 enum NotationType { enum
361 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation()