• Home
  • Raw
  • Download

Lines Matching refs:macros

134 UnicodeString generate(const MacroProps& macros, UErrorCode& status);
149 MacroProps& macros, UErrorCode& status);
158 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status);
211 bool parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
216 bool parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
218 void parseCurrencyOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
222 void parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
226 void parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status…
228 void parseFractionStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
232 void parseDigitsStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
237 bool parseFracSigOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
239 void parseIncrementOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
244 void parseIntegerWidthOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
248 void parseNumberingSystemOption(const StringSegment& segment, MacroProps& macros, UErrorCode& statu…
252 void parseScaleOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status);
273 static void generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
276 static bool notation(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
278 static bool unit(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
280 static bool perUnit(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
282 static bool precision(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
284 static bool roundingMode(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
286 static bool grouping(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
288 static bool integerWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
290 static bool symbols(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
292 static bool unitWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
294 static bool sign(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
296 static bool decimal(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
298 static bool scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);