| /external/icu/icu4c/source/i18n/ |
| D | number_skeletons.cpp | 423 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 …]
|
| D | number_formatimpl.cpp | 70 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()
|
| D | number_fluent.cpp | 296 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/ |
| D | NumberSkeletonImpl.java | 484 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 …]
|
| D | NumberPropertyMapper.java | 43 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
|
| D | NumberFormatterImpl.java | 45 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()
|
| D | NumberFormatterSettings.java | 479 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/ |
| D | NumberSkeletonImpl.java | 483 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 …]
|
| D | NumberPropertyMapper.java | 42 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
|
| D | NumberFormatterImpl.java | 44 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()
|
| D | NumberFormatterSettings.java | 496 public T macros(MacroProps macros) { in macros() argument 553 MacroProps macros = new MacroProps(); in resolve() local
|
| /external/rust/crates/libc/src/ |
| D | lib.rs | 40 mod macros; module
|
| /external/rust/crates/syn/1.0.7/tests/ |
| D | test_grouping.rs | 4 mod macros; module
|
| D | test_asyncness.rs | 4 mod macros; module
|
| D | test_token_trees.rs | 4 mod macros; module
|
| D | test_expr.rs | 2 mod macros; module
|
| D | test_iterators.rs | 7 mod macros; module
|
| D | test_meta.rs | 4 mod macros; module
|
| /external/rust/crates/syn/0.15.42/tests/ |
| D | test_grouping.rs | 7 mod macros; module
|
| D | test_asyncness.rs | 6 mod macros; module
|
| D | test_token_trees.rs | 8 mod macros; module
|
| D | test_meta.rs | 6 mod macros; module
|
| D | test_attribute.rs | 6 mod macros; module
|
| /external/python/pybind11/docs/ |
| D | reference.rst | 12 .. _macros: target
|
| /external/python/cpython3/Lib/distutils/ |
| D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 364 macros=None, argument
|