/external/icu/icu4c/source/i18n/ |
D | number_skeletons.cpp | 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() [all …]
|
D | number_formatimpl.cpp | 28 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, UErrorCode& status) in NumberFormatterImpl() 32 int32_t NumberFormatterImpl::formatStatic(const MacroProps ¯os, UFormattedNumberData *results, in formatStatic() 46 int32_t NumberFormatterImpl::getPrefixSuffixStatic(const MacroProps& macros, Signum signum, in getPrefixSuffixStatic() 117 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, bool safe, UErrorCode& status) { in NumberFormatterImpl() 124 NumberFormatterImpl::macrosToMicroGenerator(const MacroProps& macros, bool safe, UErrorCode& status… in macrosToMicroGenerator()
|
D | number_fluent.cpp | 334 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros) const& { in macros() function in NumberFormatterSettings 341 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros)&& { in macros() argument 348 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros) const& { in macros() function in NumberFormatterSettings 355 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros)&& { in macros() argument 520 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { in LocalizedNumberFormatter() 525 LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { in LocalizedNumberFormatter()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberSkeletonImpl.java | 553 MacroProps macros = parseSkeleton(skeletonString); in create() local 564 public static String generate(MacroProps macros) { in generate() 579 MacroProps macros = new MacroProps(); in parseSkeleton() local 668 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem() 861 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption() 947 private static void generateSkeleton(MacroProps macros, StringBuilder sb) { in generateSkeleton() 1018 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption() 1045 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption() 1062 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption() 1079 private static void parseMeasureUnitOption(StringSegment segment, MacroProps macros) { in parseMeasureUnitOption() [all …]
|
D | NumberPropertyMapper.java | 41 MacroProps macros = oldToNew(properties, symbols, null); in create() local 50 MacroProps macros = oldToNew(properties, symbols, exportedProperties); in create() local 83 MacroProps macros = new MacroProps(); in oldToNew() local
|
D | NumberFormatterImpl.java | 54 public NumberFormatterImpl(MacroProps macros) { in NumberFormatterImpl() 63 MacroProps macros, in formatStatic() 79 MacroProps macros, in getPrefixSuffixStatic() 117 private static MicroProps preProcessUnsafe(MacroProps macros, DecimalQuantity inValue) { in preProcessUnsafe() 183 …private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, MicroProps micros, bo… in macrosToMicroGenerator()
|
D | NumberFormatterSettings.java | 575 public T macros(MacroProps macros) { in macros() argument 635 MacroProps macros = new MacroProps(); in resolve() local
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | NumberSkeletonImpl.java | 554 MacroProps macros = parseSkeleton(skeletonString); in create() local 565 public static String generate(MacroProps macros) { in generate() 580 MacroProps macros = new MacroProps(); in parseSkeleton() local 669 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem() 862 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption() 948 private static void generateSkeleton(MacroProps macros, StringBuilder sb) { in generateSkeleton() 1019 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption() 1046 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption() 1063 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption() 1080 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 | 55 public NumberFormatterImpl(MacroProps macros) { in NumberFormatterImpl() 64 MacroProps macros, in formatStatic() 80 MacroProps macros, in getPrefixSuffixStatic() 118 private static MicroProps preProcessUnsafe(MacroProps macros, DecimalQuantity inValue) { in preProcessUnsafe() 184 …private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, MicroProps micros, bo… in macrosToMicroGenerator()
|
D | NumberFormatterSettings.java | 551 public T macros(MacroProps macros) { in macros() method in NumberFormatterSettings 611 MacroProps macros = new MacroProps(); in resolve() local
|
/external/pigweed/pw_tokenizer/ |
D | docs.rst | 143 Tokenize a string literal 157 Tokenize to a handler function 199 Tokenize to a callback 215 Tokenize to a buffer 238 Tokenize with a custom macro
|
/external/rust/crates/proc-macro-hack/ |
D | README.md | 28 ### The implementation crate 56 ### The declaration crate
|
/external/pigweed/docs/ |
D | style_guide.rst | 438 Stand-alone statement macros 486 Private macros in public headers 500 Macros in private implementation files (.cc)
|
/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/ |
D | __init__.py | 36 macros=None, argument 116 def _parse_macros(macros): argument
|
/external/rust/crates/libc/src/ |
D | lib.rs | 37 mod macros; module
|
/external/rust/crates/syn/tests/ |
D | test_grouping.rs | 2 mod macros; module
|
D | test_asyncness.rs | 2 mod macros; module
|
D | test_token_trees.rs | 2 mod macros; module
|
D | test_shebang.rs | 2 mod macros; module
|
D | test_pat.rs | 2 mod macros; module
|
/external/rust/crates/rusticata-macros/src/ |
D | lib.rs | 38 pub mod macros; module
|
/external/rust/crates/syn-mid/src/ |
D | lib.rs | 46 mod macros; module
|
/external/rust/crates/vulkano/src/render_pass/ |
D | mod.rs | 51 mod macros; module
|
/external/rust/crates/tokio-test/src/ |
D | lib.rs | 17 mod macros; module
|