All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squarespace.cldrengine.api.PluralRules Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine.api;

import com.squarespace.cldrengine.plurals.NumberOperands;

public interface PluralRules {

  NumberOperands operands(Decimal d);

  PluralType cardinal(Decimal n);
  PluralType cardinal(Decimal n, int c);

  PluralType ordinal(Decimal n);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy