Lines Matching refs:notation
149 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation() function in stem_to_object
555 CHECK_NULL(seen, notation, status); in parseStem()
556 macros.notation = stem_to_object::notation(stem); in parseStem()
750 if (GeneratorHelpers::notation(macros, sb, status)) { in generateSkeleton()
842 … macros.notation = static_cast<ScientificNotation&>(macros.notation).withMinExponentDigits(minExp); in parseExponentWidthOption()
866 … macros.notation = static_cast<ScientificNotation&>(macros.notation).withExponentSignDisplay(sign); in parseExponentSignOption()
1287 bool GeneratorHelpers::notation(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in notation() function in GeneratorHelpers
1288 if (macros.notation.fType == Notation::NTN_COMPACT) { in notation()
1289 UNumberCompactStyle style = macros.notation.fUnion.compactStyle; in notation()
1302 } else if (macros.notation.fType == Notation::NTN_SCIENTIFIC) { in notation()
1303 const Notation::ScientificSettings& impl = macros.notation.fUnion.scientific; in notation()