Searched refs:MacroProps (Results 1 – 17 of 17) sorted by relevance
6 import android.icu.impl.number.MacroProps;48 volatile MacroProps resolvedMacros;409 public T macros(MacroProps macros) { in macros()438 MacroProps resolve() { in resolve()446 MacroProps macros = new MacroProps(); in resolve()451 macros.fallback((MacroProps) current.value); in resolve()
9 import android.icu.impl.number.MacroProps;310 MacroProps macros = NumberPropertyMapper.oldToNew(properties, symbols, exportedProperties); in fromDecimalFormat()
12 import android.icu.impl.number.MacroProps;130 MacroProps macros = resolve(); in format()
14 import android.icu.impl.number.MacroProps;41 MacroProps macros = oldToNew(properties, symbols, null); in create()67 …public static MacroProps oldToNew(DecimalFormatProperties properties, DecimalFormatSymbols symbols, in oldToNew()69 MacroProps macros = new MacroProps(); in oldToNew()
10 import android.icu.impl.number.MacroProps;39 public static NumberFormatterImpl fromMacros(MacroProps macros) { in fromMacros()45 …public static MicroProps applyStatic(MacroProps macros, DecimalQuantity inValue, NumberStringBuild… in applyStatic()100 private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, boolean safe) { in macrosToMicroGenerator()
5 import com.ibm.icu.impl.number.MacroProps;47 volatile MacroProps resolvedMacros;417 public T macros(MacroProps macros) { in macros()446 MacroProps resolve() { in resolve()454 MacroProps macros = new MacroProps(); in resolve()459 macros.fallback((MacroProps) current.value); in resolve()
8 import com.ibm.icu.impl.number.MacroProps;327 MacroProps macros = NumberPropertyMapper.oldToNew(properties, symbols, exportedProperties); in fromDecimalFormat()
13 import com.ibm.icu.impl.number.MacroProps;40 MacroProps macros = oldToNew(properties, symbols, null); in create()66 …public static MacroProps oldToNew(DecimalFormatProperties properties, DecimalFormatSymbols symbols, in oldToNew()68 MacroProps macros = new MacroProps(); in oldToNew()
11 import com.ibm.icu.impl.number.MacroProps;133 MacroProps macros = resolve(); in format()
9 import com.ibm.icu.impl.number.MacroProps;38 public static NumberFormatterImpl fromMacros(MacroProps macros) { in fromMacros()44 …public static MicroProps applyStatic(MacroProps macros, DecimalQuantity inValue, NumberStringBuild… in applyStatic()99 private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, boolean safe) { in macrosToMicroGenerator()
31 static NumberFormatterImpl *fromMacros(const MacroProps ¯os, UErrorCode &status);37 applyStatic(const MacroProps ¯os, DecimalQuantity &inValue, NumberStringBuilder &outString,64 NumberFormatterImpl(const MacroProps ¯os, bool safe, UErrorCode &status);89 macrosToMicroGenerator(const MacroProps ¯os, bool safe, UErrorCode &status);
109 NumberFormatterImpl *NumberFormatterImpl::fromMacros(const MacroProps ¯os, UErrorCode &status) { in fromMacros()113 void NumberFormatterImpl::applyStatic(const MacroProps ¯os, DecimalQuantity &inValue, in applyStatic()141 NumberFormatterImpl::NumberFormatterImpl(const MacroProps ¯os, bool safe, UErrorCode &status) { in NumberFormatterImpl()148 NumberFormatterImpl::macrosToMicroGenerator(const MacroProps ¯os, bool safe, UErrorCode &status… in macrosToMicroGenerator()
150 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps ¯os, const Locale &locale) { in LocalizedNumberFormatter()
17 public class MacroProps implements Cloneable { class39 public void fallback(MacroProps fallback) { in fallback()79 if (!(_other instanceof MacroProps)) return false; in equals()80 MacroProps other = (MacroProps) _other; in equals()
21 public class MacroProps implements Cloneable { class43 public void fallback(MacroProps fallback) { in fallback()83 if (!(_other instanceof MacroProps)) return false; in equals()84 MacroProps other = (MacroProps) _other; in equals()
293 struct MacroProps;504 friend struct impl::MacroProps;857 friend struct impl::MacroProps;1045 friend struct impl::MacroProps;1126 friend struct impl::MacroProps;1271 friend struct MacroProps;1279 struct U_I18N_API MacroProps : public UMemory { struct1715 impl::MacroProps fMacros;1847 LocalizedNumberFormatter(const impl::MacroProps ¯os, const Locale &locale);
12;ICU4J 60.1;; 2ST@3.6;PB;NS;NF;NS; ...