/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | NumberSkeletonImpl.java | 535 MacroProps macros = parseSkeleton(skeletonString); in create() local 546 public static String generate(MacroProps macros) { in generate() 561 MacroProps macros = new MacroProps(); in parseSkeleton() local 650 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem() 836 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption() 909 private static void generateSkeleton(MacroProps macros, StringBuilder sb) { in generateSkeleton() 976 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption() 1003 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption() 1020 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption() 1037 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 | 53 public NumberFormatterImpl(MacroProps macros) { in NumberFormatterImpl() 62 MacroProps macros, in formatStatic() 78 MacroProps macros, in getPrefixSuffixStatic() 116 private static MicroProps preProcessUnsafe(MacroProps macros, DecimalQuantity inValue) { in preProcessUnsafe() 182 …private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, MicroProps micros, bo… in macrosToMicroGenerator()
|
D | NumberFormatterSettings.java | 534 public T macros(MacroProps macros) { in macros() method in NumberFormatterSettings 591 MacroProps macros = new MacroProps(); in resolve() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberSkeletonImpl.java | 534 MacroProps macros = parseSkeleton(skeletonString); in create() local 545 public static String generate(MacroProps macros) { in generate() 560 MacroProps macros = new MacroProps(); in parseSkeleton() local 649 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem() 835 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption() 908 private static void generateSkeleton(MacroProps macros, StringBuilder sb) { in generateSkeleton() 975 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption() 1002 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption() 1019 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption() 1036 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 | 52 public NumberFormatterImpl(MacroProps macros) { in NumberFormatterImpl() 61 MacroProps macros, in formatStatic() 77 MacroProps macros, in getPrefixSuffixStatic() 115 private static MicroProps preProcessUnsafe(MacroProps macros, DecimalQuantity inValue) { in preProcessUnsafe() 181 …private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, MicroProps micros, bo… in macrosToMicroGenerator()
|
D | NumberFormatterSettings.java | 558 public T macros(MacroProps macros) { in macros() method in NumberFormatterSettings 615 MacroProps macros = new MacroProps(); in resolve() local
|
/external/icu/icu4c/source/i18n/ |
D | number_skeletons.cpp | 439 MacroProps macros = parseSkeleton(skeletonString, errOffset, status); in create() local 459 UnicodeString skeleton::generate(const MacroProps& macros, UErrorCode& status) { in generate() 476 MacroProps macros; in parseSkeleton() local 575 MacroProps& macros, UErrorCode& status) { in parseStem() 755 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption() 835 void GeneratorHelpers::generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& st… in generateSkeleton() 909 bool blueprint_helpers::parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, in parseExponentWidthOption() 938 blueprint_helpers::parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UError… in parseExponentSignOption() 955 void blueprint_helpers::parseCurrencyOption(const StringSegment& segment, MacroProps& macros, in parseCurrencyOption() 980 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() 45 int32_t NumberFormatterImpl::getPrefixSuffixStatic(const MacroProps& macros, Signum signum, in getPrefixSuffixStatic() 115 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, bool safe, UErrorCode& status) { in NumberFormatterImpl() 122 NumberFormatterImpl::macrosToMicroGenerator(const MacroProps& macros, bool safe, UErrorCode& status… in macrosToMicroGenerator()
|
D | number_fluent.cpp | 320 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros) const& { in macros() function in NumberFormatterSettings 327 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros)&& { in macros() function in NumberFormatterSettings 334 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros) const& { in macros() function in NumberFormatterSettings 341 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros)&& { in macros() function in NumberFormatterSettings 506 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { in LocalizedNumberFormatter() 511 LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { in LocalizedNumberFormatter()
|
/external/pigweed/docs/ |
D | style_guide.rst | 426 Stand-alone statement macros 474 Private macros in public headers 488 Macros in private implementation files (.cc)
|
/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/rust/crates/libc/src/ |
D | lib.rs | 37 mod macros; module
|
/external/rust/crates/nom/src/bytes/ |
D | mod.rs | 4 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_pat.rs | 2 mod macros; module
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | print.c | 148 struct ppcg_macros *macros; in ppcg_set_macros() local 180 struct ppcg_macros *macros; in get_macros() local 201 struct ppcg_macros *macros; in print_max() local 213 struct ppcg_macros *macros; in print_min() local
|
/external/rust/crates/syn-mid/src/ |
D | lib.rs | 46 mod macros; module
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-redundant-declaration-ignore-macros.cpp | 11 namespace macros { namespace
|
/external/rust/crates/tokio-test/src/ |
D | lib.rs | 17 mod macros; module
|
/external/rust/crates/nom/src/number/ |
D | mod.rs | 4 mod macros; module
|