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

  • Reading from database using SQL prepared statement
  • getApplicationContext (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSharedPreferences (Context)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Kernel (java.awt.image)
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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