• Home
  • Raw
  • Download

Lines Matching defs:macros

471     MacroProps macros = parseSkeleton(skeletonString, errOffset, status);  in create()  local
491 UnicodeString skeleton::generate(const MacroProps& macros, UErrorCode& status) { in generate()
508 MacroProps macros; in parseSkeleton() local
607 MacroProps& macros, UErrorCode& status) { in parseStem()
792 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
888 void GeneratorHelpers::generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& st… in generateSkeleton()
966 bool blueprint_helpers::parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, in parseExponentWidthOption()
995 blueprint_helpers::parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UError… in parseExponentSignOption()
1012 void blueprint_helpers::parseCurrencyOption(const StringSegment& segment, MacroProps& macros, in parseCurrencyOption()
1037 void blueprint_helpers::parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasureUnitOption()
1082 void blueprint_helpers::parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasurePerUnitOption()
1093 void blueprint_helpers::parseIdentifierUnitOption(const StringSegment& segment, MacroProps& macros, in parseIdentifierUnitOption()
1109 void blueprint_helpers::parseUnitUsageOption(const StringSegment &segment, MacroProps &macros, in parseUnitUsageOption()
1120 void blueprint_helpers::parseFractionStem(const StringSegment& segment, MacroProps& macros, in parseFractionStem()
1183 blueprint_helpers::parseDigitsStem(const StringSegment& segment, MacroProps& macros, UErrorCode& st… in parseDigitsStem()
1235 void blueprint_helpers::parseScientificStem(const StringSegment& segment, MacroProps& macros, UErro… in parseScientificStem()
1287 void blueprint_helpers::parseIntegerStem(const StringSegment& segment, MacroProps& macros, UErrorCo… in parseIntegerStem()
1305 bool blueprint_helpers::parseFracSigOption(const StringSegment& segment, MacroProps& macros, in parseFracSigOption()
1381 bool blueprint_helpers::parseTrailingZeroOption(const StringSegment& segment, MacroProps& macros, U… in parseTrailingZeroOption()
1389 void blueprint_helpers::parseIncrementOption(const StringSegment &segment, MacroProps &macros, in parseIncrementOption()
1408 void blueprint_helpers::parseIntegerWidthOption(const StringSegment& segment, MacroProps& macros, in parseIntegerWidthOption()
1461 void blueprint_helpers::parseNumberingSystemOption(const StringSegment& segment, MacroProps& macros, in parseNumberingSystemOption()
1484 void blueprint_helpers::parseScaleOption(const StringSegment& segment, MacroProps& macros, in parseScaleOption()
1520 bool GeneratorHelpers::notation(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in notation()
1560 bool GeneratorHelpers::unit(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in unit()
1594 bool GeneratorHelpers::usage(const MacroProps& macros, UnicodeString& sb, UErrorCode& /* status */)… in usage()
1603 bool GeneratorHelpers::precision(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in precision()
1652 bool GeneratorHelpers::roundingMode(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in roundingMode()
1660 bool GeneratorHelpers::grouping(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in grouping()
1674 bool GeneratorHelpers::integerWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode& status… in integerWidth()
1689 bool GeneratorHelpers::symbols(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in symbols()
1708 bool GeneratorHelpers::unitWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in unitWidth()
1716 bool GeneratorHelpers::sign(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in sign()
1724 bool GeneratorHelpers::decimal(const MacroProps& macros, UnicodeString& sb, UErrorCode&) { in decimal()
1732 bool GeneratorHelpers::scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in scale()