congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
NativePluralRules
Code IndexAdd Tabnine to your IDE (free)

How to use
NativePluralRules
in
libcore.icu

Best Java code snippets using libcore.icu.NativePluralRules (Showing top 20 results out of 315)

origin: robovm/robovm

public static NativePluralRules forLocale(Locale locale) {
  return new NativePluralRules(forLocaleImpl(locale.toString()));
}
origin: robovm/robovm

@Override protected void finalize() throws Throwable {
  try {
    finalizeImpl(address);
  } finally {
    super.finalize();
  }
}
origin: robovm/robovm

/**
 * Returns the constant defined in this class corresponding
 * to the first rule that matches the given value.
 */
public int quantityForInt(int value) {
  return quantityForIntImpl(address, value);
}
origin: ibinti/bugvm

public static NativePluralRules forLocale(Locale locale) {
  return new NativePluralRules(forLocaleImpl(locale.toString()));
}
origin: ibinti/bugvm

@Override protected void finalize() throws Throwable {
  try {
    finalizeImpl(address);
  } finally {
    super.finalize();
  }
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Returns the constant defined in this class corresponding
 * to the first rule that matches the given value.
 */
public int quantityForInt(int value) {
  return quantityForIntImpl(address, value);
}
origin: MobiVM/robovm

public static NativePluralRules forLocale(Locale locale) {
  return new NativePluralRules(forLocaleImpl(locale.toString()));
}
origin: MobiVM/robovm

@Override protected void finalize() throws Throwable {
  try {
    finalizeImpl(address);
  } finally {
    super.finalize();
  }
}
origin: ibinti/bugvm

/**
 * Returns the constant defined in this class corresponding
 * to the first rule that matches the given value.
 */
public int quantityForInt(int value) {
  return quantityForIntImpl(address, value);
}
origin: com.mobidevelop.robovm/robovm-rt

public static NativePluralRules forLocale(Locale locale) {
  return new NativePluralRules(forLocaleImpl(locale.toString()));
}
origin: com.bugvm/bugvm-rt

@Override protected void finalize() throws Throwable {
  try {
    finalizeImpl(address);
  } finally {
    super.finalize();
  }
}
origin: MobiVM/robovm

/**
 * Returns the constant defined in this class corresponding
 * to the first rule that matches the given value.
 */
public int quantityForInt(int value) {
  return quantityForIntImpl(address, value);
}
origin: com.gluonhq/robovm-rt

public static NativePluralRules forLocale(Locale locale) {
  return new NativePluralRules(forLocaleImpl(locale.toString()));
}
origin: com.mobidevelop.robovm/robovm-rt

@Override protected void finalize() throws Throwable {
  try {
    finalizeImpl(address);
  } finally {
    super.finalize();
  }
}
origin: com.gluonhq/robovm-rt

/**
 * Returns the constant defined in this class corresponding
 * to the first rule that matches the given value.
 */
public int quantityForInt(int value) {
  return quantityForIntImpl(address, value);
}
origin: com.bugvm/bugvm-rt

public static NativePluralRules forLocale(Locale locale) {
  return new NativePluralRules(forLocaleImpl(locale.toString()));
}
origin: com.gluonhq/robovm-rt

@Override protected void finalize() throws Throwable {
  try {
    finalizeImpl(address);
  } finally {
    super.finalize();
  }
}
origin: com.bugvm/bugvm-rt

/**
 * Returns the constant defined in this class corresponding
 * to the first rule that matches the given value.
 */
public int quantityForInt(int value) {
  return quantityForIntImpl(address, value);
}
origin: FlexoVM/flexovm

public static NativePluralRules forLocale(Locale locale) {
  return new NativePluralRules(forLocaleImpl(locale.toString()));
}
origin: FlexoVM/flexovm

@Override protected void finalize() throws Throwable {
  try {
    finalizeImpl(address);
  } finally {
    super.finalize();
  }
}
libcore.icuNativePluralRules

Javadoc

Provides access to ICU's PluralRules class. This is not necessary for Java API, but is used by frameworks/base's resources system to ease localization of strings to languages with complex grammatical rules regarding number.

Most used methods

  • <init>
  • finalizeImpl
  • forLocaleImpl
  • quantityForIntImpl

Popular in Java

  • Finding current android device location
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • runOnUiThread (Activity)
  • setScale (BigDecimal)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Socket (java.net)
    Provides a client-side TCP socket.
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JComboBox (javax.swing)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now