Lines Matching defs:macros
472 MacroProps macros = parseSkeleton(skeletonString, errOffset, status); in create() local
492 UnicodeString skeleton::generate(const MacroProps& macros, UErrorCode& status) { in generate()
509 MacroProps macros; in parseSkeleton() local
608 MacroProps& macros, UErrorCode& status) { in parseStem()
798 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
894 void GeneratorHelpers::generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& st… in generateSkeleton()
972 bool blueprint_helpers::parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, in parseExponentWidthOption()
1001 blueprint_helpers::parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UError… in parseExponentSignOption()
1018 void blueprint_helpers::parseCurrencyOption(const StringSegment& segment, MacroProps& macros, in parseCurrencyOption()
1043 void blueprint_helpers::parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasureUnitOption()
1088 void blueprint_helpers::parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasurePerUnitOption()
1099 void blueprint_helpers::parseIdentifierUnitOption(const StringSegment& segment, MacroProps& macros, in parseIdentifierUnitOption()
1115 void blueprint_helpers::parseUnitUsageOption(const StringSegment &segment, MacroProps ¯os, in parseUnitUsageOption()
1126 void blueprint_helpers::parseFractionStem(const StringSegment& segment, MacroProps& macros, in parseFractionStem()
1189 blueprint_helpers::parseDigitsStem(const StringSegment& segment, MacroProps& macros, UErrorCode& st… in parseDigitsStem()
1241 void blueprint_helpers::parseScientificStem(const StringSegment& segment, MacroProps& macros, UErro… in parseScientificStem()
1293 void blueprint_helpers::parseIntegerStem(const StringSegment& segment, MacroProps& macros, UErrorCo… in parseIntegerStem()
1311 bool blueprint_helpers::parseFracSigOption(const StringSegment& segment, MacroProps& macros, in parseFracSigOption()
1387 bool blueprint_helpers::parseTrailingZeroOption(const StringSegment& segment, MacroProps& macros, U… in parseTrailingZeroOption()
1395 void blueprint_helpers::parseIncrementOption(const StringSegment &segment, MacroProps ¯os, in parseIncrementOption()
1414 void blueprint_helpers::parseIntegerWidthOption(const StringSegment& segment, MacroProps& macros, in parseIntegerWidthOption()
1467 void blueprint_helpers::parseNumberingSystemOption(const StringSegment& segment, MacroProps& macros, in parseNumberingSystemOption()
1490 void blueprint_helpers::parseScaleOption(const StringSegment& segment, MacroProps& macros, in parseScaleOption()
1526 bool GeneratorHelpers::notation(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in notation()
1566 bool GeneratorHelpers::unit(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in unit()
1600 bool GeneratorHelpers::usage(const MacroProps& macros, UnicodeString& sb, UErrorCode& /* status */)… in usage()
1609 bool GeneratorHelpers::precision(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in precision()
1669 bool GeneratorHelpers::roundingMode(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in roundingMode()
1677 bool GeneratorHelpers::grouping(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in grouping()
1691 bool GeneratorHelpers::integerWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode& status… in integerWidth()
1711 bool GeneratorHelpers::symbols(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in symbols()
1730 bool GeneratorHelpers::unitWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in unitWidth()
1738 bool GeneratorHelpers::sign(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in sign()
1746 bool GeneratorHelpers::decimal(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in decimal()
1754 bool GeneratorHelpers::scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in scale()