HomeSort by relevance Sort by last modified time
    Searched defs:MacroProps (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
MacroProps.java 21 public class MacroProps implements Cloneable {
43 public void fallback(MacroProps fallback) {
83 if (!(_other instanceof MacroProps)) return false;
84 MacroProps other = (MacroProps) _other;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
MacroProps.java 17 public class MacroProps implements Cloneable {
39 public void fallback(MacroProps fallback) {
79 if (!(_other instanceof MacroProps)) return false;
80 MacroProps other = (MacroProps) _other;
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 293 struct MacroProps;
503 // To allow MacroProps to initialize empty instances:
504 friend struct impl::MacroProps;
856 // To allow MacroProps/MicroProps to initialize bogus instances:
857 friend struct impl::MacroProps;
    [all...]

Completed in 500 milliseconds