]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/nfsubs.h
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / i18n / nfsubs.h
index 644b4b2f6e1d6c32d1d415e9e5311ea601206b91..098ccb4134b37a2aa377f9ba7df768d561055b47 100644 (file)
@@ -248,6 +248,16 @@ public:
      */
     virtual UBool isModulusSubstitution() const;
     
+    /**
+     * @return true if this is a decimal format-only substitution
+     */
+    virtual UBool isDecimalFormatSubstitutionOnly() const;
+
+    /**
+     * @return true if this substitution only points to another ruleSet (no numberFormat)
+     */
+    virtual UBool isRuleSetSubstitutionOnly() const;
+    
 private:
     NFSubstitution(const NFSubstitution &other); // forbid copying of this class
     NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class