/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 | 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 | 46 public NumberFormatterImpl(MacroProps macros) { in NumberFormatterImpl() 54 MacroProps macros, in formatStatic() 70 MacroProps macros, in getPrefixSuffixStatic() 110 private static MicroProps preProcessUnsafe(MacroProps macros, DecimalQuantity inValue) { in preProcessUnsafe() 173 private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, boolean safe) { in macrosToMicroGenerator()
|
D | NumberFormatterSettings.java | 507 public T macros(MacroProps macros) { in macros() method in NumberFormatterSettings 564 MacroProps macros = new MacroProps(); in resolve() local
|
D | NumberRangeFormatterSettings.java | 153 RangeMacroProps macros = new RangeMacroProps(); in resolve() local
|
D | LocalizedNumberFormatter.java | 183 MacroProps macros = resolve(); in computeCompiled() 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 | 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 | 45 public NumberFormatterImpl(MacroProps macros) { in NumberFormatterImpl() 53 MacroProps macros, in formatStatic() 69 MacroProps macros, in getPrefixSuffixStatic() 109 private static MicroProps preProcessUnsafe(MacroProps macros, DecimalQuantity inValue) { in preProcessUnsafe() 172 private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, boolean safe) { in macrosToMicroGenerator()
|
D | NumberFormatterSettings.java | 519 public T macros(MacroProps macros) { in macros() argument 577 MacroProps macros = new MacroProps(); in resolve() local
|
D | NumberRangeFormatterSettings.java | 157 RangeMacroProps macros = new RangeMacroProps(); in resolve() local
|
D | LocalizedNumberFormatter.java | 187 MacroProps macros = resolve(); in computeCompiled() local
|
/external/icu/icu4c/source/i18n/ |
D | number_skeletons.cpp | 411 MacroProps macros = parseSkeleton(skeletonString, status); in create() local 415 UnicodeString skeleton::generate(const MacroProps& macros, UErrorCode& status) { in generate() 430 MacroProps macros; in parseSkeleton() local 521 MacroProps& macros, UErrorCode& status) { in parseStem() 673 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption() 746 void GeneratorHelpers::generateSkeleton(const MacroProps& macros, UnicodeString& sb, UErrorCode& st… in generateSkeleton() 824 bool blueprint_helpers::parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, in parseExponentWidthOption() 853 blueprint_helpers::parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UError… in parseExponentSignOption() 870 void blueprint_helpers::parseCurrencyOption(const StringSegment& segment, MacroProps& macros, in parseCurrencyOption() 895 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, int8_t 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() argument 455 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { in LocalizedNumberFormatter() 460 LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { in LocalizedNumberFormatter()
|
D | numrange_fluent.cpp | 23 void icu::number::impl::touchRangeLocales(RangeMacroProps& macros) { in touchRangeLocales() 256 LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(const RangeMacroProps& macros, const L… in LocalizedNumberRangeFormatter() 262 LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(RangeMacroProps&& macros, const Locale… in LocalizedNumberRangeFormatter()
|
/external/python/cpython2/Lib/distutils/ |
D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 365 macros=None, argument
|
D | ccompiler.py | 323 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument 376 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 497 def preprocess(self, source, output_file=None, macros=None, argument 510 def compile(self, sources, output_dir=None, macros=None, argument 1008 def gen_preprocess_options(macros, include_dirs): argument
|
/external/python/cpython3/Lib/distutils/ |
D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 364 macros=None, argument
|
D | ccompiler.py | 310 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 498 def preprocess(self, source, output_file=None, macros=None, argument 511 def compile(self, sources, output_dir=None, macros=None, argument 1034 def gen_preprocess_options(macros, include_dirs): argument
|
/external/clang/test/SemaCXX/ |
D | warn-tautological-undefined-compare.cpp | 114 namespace macros { namespace
|
D | warn-undefined-bool-conversion.cpp | 99 namespace macros { namespace
|
D | warn-tautological-compare.cpp | 140 namespace macros { namespace
|
D | warn-bool-conversion.cpp | 122 namespace macros { namespace
|
/external/libxml2/python/ |
D | setup.py.in | 171 macros = [] variable
|