Lines Matching refs:GeneratorHelpers
418 GeneratorHelpers::generateSkeleton(macros, sb, status); in generate()
746 void GeneratorHelpers::generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& st… in generateSkeleton()
750 if (GeneratorHelpers::notation(macros, sb, status)) { in generateSkeleton()
754 if (GeneratorHelpers::unit(macros, sb, status)) { in generateSkeleton()
758 if (GeneratorHelpers::perUnit(macros, sb, status)) { in generateSkeleton()
762 if (GeneratorHelpers::precision(macros, sb, status)) { in generateSkeleton()
766 if (GeneratorHelpers::roundingMode(macros, sb, status)) { in generateSkeleton()
770 if (GeneratorHelpers::grouping(macros, sb, status)) { in generateSkeleton()
774 if (GeneratorHelpers::integerWidth(macros, sb, status)) { in generateSkeleton()
778 if (GeneratorHelpers::symbols(macros, sb, status)) { in generateSkeleton()
782 if (GeneratorHelpers::unitWidth(macros, sb, status)) { in generateSkeleton()
786 if (GeneratorHelpers::sign(macros, sb, status)) { in generateSkeleton()
790 if (GeneratorHelpers::decimal(macros, sb, status)) { in generateSkeleton()
794 if (GeneratorHelpers::scale(macros, sb, status)) { in generateSkeleton()
1287 bool GeneratorHelpers::notation(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in notation()
1327 bool GeneratorHelpers::unit(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in unit()
1354 bool GeneratorHelpers::perUnit(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in perUnit()
1374 bool GeneratorHelpers::precision(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in precision()
1416 bool GeneratorHelpers::roundingMode(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in roundingMode()
1424 bool GeneratorHelpers::grouping(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in grouping()
1438 bool GeneratorHelpers::integerWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode& status… in integerWidth()
1453 bool GeneratorHelpers::symbols(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in symbols()
1472 bool GeneratorHelpers::unitWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in unitWidth()
1480 bool GeneratorHelpers::sign(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in sign()
1488 bool GeneratorHelpers::decimal(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in decimal()
1496 bool GeneratorHelpers::scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in scale()