Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnumber_skeletons.cpp472 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 …]
H A Dnumber_fluent.cpp362 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros) const& { in macros() function in NumberFormatterSettings
369 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros)&& { in macros() argument
376 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros) const& { in macros() function in NumberFormatterSettings
383 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros)&& { in macros() argument
433 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const impl::MacroProps &macros) { in UnlocalizedNumberFormatter()
437 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(impl::MacroProps &&macros) { in UnlocalizedNumberFormatter()
556 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { in LocalizedNumberFormatter()
561 LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { in LocalizedNumberFormatter()
738 MacroProps macros(fMacros); in withoutLocale() local
744 MacroProps macros(std::move(fMacros)); in withoutLocale() local
H A Dnumrange_fluent.cpp24 void icu::number::impl::touchRangeLocales(RangeMacroProps& macros) { in touchRangeLocales()
215 …calizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const impl::RangeMacroProps &macros) { in UnlocalizedNumberRangeFormatter()
219 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(impl::RangeMacroProps &&macros) { in UnlocalizedNumberRangeFormatter()
276 LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(const RangeMacroProps& macros, const L… in LocalizedNumberRangeFormatter()
282 LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(RangeMacroProps&& macros, const Locale… in LocalizedNumberRangeFormatter()
298 RangeMacroProps macros(fMacros); in withoutLocale() local
304 RangeMacroProps macros(std::move(fMacros)); in withoutLocale() local
H A Dnumber_formatimpl.cpp28 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, UErrorCode& status) in NumberFormatterImpl()
32 int32_t NumberFormatterImpl::formatStatic(const MacroProps &macros, 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()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dnumber_skeletons.cpp472 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 …]
H A Dnumber_fluent.cpp362 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros) const& { in macros() function in NumberFormatterSettings
369 Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros)&& { in macros() argument
376 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros) const& { in macros() function in NumberFormatterSettings
383 Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros)&& { in macros() argument
548 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { in LocalizedNumberFormatter()
553 LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { in LocalizedNumberFormatter()
H A Dnumber_formatimpl.cpp28 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, UErrorCode& status) in NumberFormatterImpl()
32 int32_t NumberFormatterImpl::formatStatic(const MacroProps &macros, 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()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DNumberSkeletonImpl.java554 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 …]
H A DNumberFormatterImpl.java55 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()
H A 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
H A DNumberFormatterSettings.java568 public T macros(MacroProps macros) { in macros() argument
628 MacroProps macros = new MacroProps(); in resolve() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
H A DNumberSkeletonImpl.java553 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 …]
H A DNumberFormatterImpl.java54 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()
H A DNumberPropertyMapper.java41 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
H A DNumberFormatterSettings.java593 public T macros(MacroProps macros) { in macros() method in NumberFormatterSettings
653 MacroProps macros = new MacroProps(); in resolve() local
/aosp_15_r20/external/googletest/docs/reference/
H A Dmocking.md10 ### MOCK_METHOD {#MOCK_METHOD}
58 ### EXPECT_CALL {#EXPECT_CALL}
320 ### ON_CALL {#ON_CALL}
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/reference/
H A Dmocking.md10 ### MOCK_METHOD {#MOCK_METHOD}
58 ### EXPECT_CALL {#EXPECT_CALL}
320 ### ON_CALL {#ON_CALL}
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/reference/
H A Dmocking.md10 ### MOCK_METHOD {#MOCK_METHOD}
58 ### EXPECT_CALL {#EXPECT_CALL}
320 ### ON_CALL {#ON_CALL}
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dccompiler.py310 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
1035 def gen_preprocess_options(macros, include_dirs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dccompiler.py336 def _setup_compile(self, outdir, macros, incdirs, sources, depends, extra): argument
368 def _fix_compile_args(self, output_dir, macros, include_dirs): argument
512 macros=None, argument
532 macros=None, argument
1138 def gen_preprocess_options(macros, include_dirs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dccompiler.py310 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
1035 def gen_preprocess_options(macros, include_dirs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dccompiler.py336 def _setup_compile(self, outdir, macros, incdirs, sources, depends, extra): argument
368 def _fix_compile_args(self, output_dir, macros, include_dirs): argument
512 macros=None, argument
532 macros=None, argument
1138 def gen_preprocess_options(macros, include_dirs): argument
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dccompiler.py323 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dccompiler.py336 def _setup_compile(self, outdir, macros, incdirs, sources, depends, extra): argument
368 def _fix_compile_args(self, output_dir, macros, include_dirs): argument
512 macros=None, argument
532 macros=None, argument
1138 def gen_preprocess_options(macros, include_dirs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dccompiler.py310 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
1035 def gen_preprocess_options(macros, include_dirs): argument

12345678910>>...20