Home
last modified time | relevance | path

Searched defs:macros (Results 1 – 25 of 71) sorted by relevance

123

/external/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp423 MacroProps macros = parseSkeleton(skeletonString, errOffset, status); in create() local
443 UnicodeString skeleton::generate(const MacroProps& macros, UErrorCode& status) { in generate()
459 MacroProps macros; in parseSkeleton() local
556 MacroProps& macros, UErrorCode& status) { in parseStem()
707 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
780 void GeneratorHelpers::generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& st… in generateSkeleton()
858 bool blueprint_helpers::parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, in parseExponentWidthOption()
887 blueprint_helpers::parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UError… in parseExponentSignOption()
904 void blueprint_helpers::parseCurrencyOption(const StringSegment& segment, MacroProps& macros, in parseCurrencyOption()
929 void blueprint_helpers::parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasureUnitOption()
[all …]
Dnumber_formatimpl.cpp70 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, UErrorCode& status) in NumberFormatterImpl()
74 int32_t NumberFormatterImpl::formatStatic(const MacroProps& macros, DecimalQuantity& inValue, in formatStatic()
84 int32_t NumberFormatterImpl::getPrefixSuffixStatic(const MacroProps& macros, Signum signum, in getPrefixSuffixStatic()
154 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, bool safe, UErrorCode& status) { in NumberFormatterImpl()
161 NumberFormatterImpl::macrosToMicroGenerator(const MacroProps& macros, bool safe, UErrorCode& status… in macrosToMicroGenerator()
Dnumber_fluent.cpp296 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros) const& { in macros() function in NumberFormatterSettings
303 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros)&& { in macros() argument
310 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros) const& { in macros() function in NumberFormatterSettings
317 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros)&& { in macros() function in NumberFormatterSettings
473 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { in LocalizedNumberFormatter()
478 LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { in LocalizedNumberFormatter()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberSkeletonImpl.java484 MacroProps macros = parseSkeleton(skeletonString); in create() local
495 public static String generate(MacroProps macros) { in generate()
510 MacroProps macros = new MacroProps(); in parseSkeleton() local
597 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem()
751 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption()
818 private static void generateSkeleton(MacroProps macros, StringBuilder sb) { in generateSkeleton()
885 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption()
912 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption()
929 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption()
945 private static void parseMeasureUnitOption(StringSegment segment, MacroProps macros) { in parseMeasureUnitOption()
[all …]
DNumberPropertyMapper.java43 MacroProps macros = oldToNew(properties, symbols, null); in create() local
52 MacroProps macros = oldToNew(properties, symbols, exportedProperties); in create() local
85 MacroProps macros = new MacroProps(); in oldToNew() local
DNumberFormatterImpl.java45 public NumberFormatterImpl(MacroProps macros) { in NumberFormatterImpl()
54 MacroProps macros, in formatStatic()
70 MacroProps macros, in getPrefixSuffixStatic()
109 private static MicroProps preProcessUnsafe(MacroProps macros, DecimalQuantity inValue) { in preProcessUnsafe()
178 …private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, MicroProps micros, bo… in macrosToMicroGenerator()
DNumberFormatterSettings.java479 public T macros(MacroProps macros) { in macros() argument
536 MacroProps macros = new MacroProps(); in resolve() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberSkeletonImpl.java483 MacroProps macros = parseSkeleton(skeletonString); in create() local
494 public static String generate(MacroProps macros) { in generate()
509 MacroProps macros = new MacroProps(); in parseSkeleton() local
596 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem()
750 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption()
817 private static void generateSkeleton(MacroProps macros, StringBuilder sb) { in generateSkeleton()
884 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption()
911 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption()
928 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption()
944 private static void parseMeasureUnitOption(StringSegment segment, MacroProps macros) { in parseMeasureUnitOption()
[all …]
DNumberPropertyMapper.java42 MacroProps macros = oldToNew(properties, symbols, null); in create() local
51 MacroProps macros = oldToNew(properties, symbols, exportedProperties); in create() local
84 MacroProps macros = new MacroProps(); in oldToNew() local
DNumberFormatterImpl.java44 public NumberFormatterImpl(MacroProps macros) { in NumberFormatterImpl()
53 MacroProps macros, in formatStatic()
69 MacroProps macros, in getPrefixSuffixStatic()
108 private static MicroProps preProcessUnsafe(MacroProps macros, DecimalQuantity inValue) { in preProcessUnsafe()
177 …private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, MicroProps micros, bo… in macrosToMicroGenerator()
DNumberFormatterSettings.java496 public T macros(MacroProps macros) { in macros() argument
553 MacroProps macros = new MacroProps(); in resolve() local
/external/rust/crates/libc/src/
Dlib.rs40 mod macros; module
/external/rust/crates/syn/1.0.7/tests/
Dtest_grouping.rs4 mod macros; module
Dtest_asyncness.rs4 mod macros; module
Dtest_token_trees.rs4 mod macros; module
Dtest_expr.rs2 mod macros; module
Dtest_iterators.rs7 mod macros; module
Dtest_meta.rs4 mod macros; module
/external/rust/crates/syn/0.15.42/tests/
Dtest_grouping.rs7 mod macros; module
Dtest_asyncness.rs6 mod macros; module
Dtest_token_trees.rs8 mod macros; module
Dtest_meta.rs6 mod macros; module
Dtest_attribute.rs6 mod macros; module
/external/python/pybind11/docs/
Dreference.rst12 .. _macros: target
/external/python/cpython3/Lib/distutils/
Dbcppcompiler.py82 output_dir=None, macros=None, include_dirs=None, debug=0, argument
364 macros=None, argument

123