Tabnine Logo
RuleBasedCollatorICU.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
libcore.icu.RuleBasedCollatorICU
constructor

Best Java code snippets using libcore.icu.RuleBasedCollatorICU.<init> (Showing top 20 results out of 315)

origin: robovm/robovm

/**
 * Constructs a new {@code Collator} instance.
 */
protected Collator() {
  icuColl = new RuleBasedCollatorICU(Locale.getDefault());
}
origin: robovm/robovm

/**
 * Returns a {@code Collator} instance which is appropriate for {@code locale}.
 */
public static Collator getInstance(Locale locale) {
  if (locale == null) {
    throw new NullPointerException("locale == null");
  }
  return new RuleBasedCollator(new RuleBasedCollatorICU(locale));
}
origin: robovm/robovm

public Object clone() {
  return new RuleBasedCollatorICU(NativeCollation.safeClone(address));
}
origin: robovm/robovm

  icuColl = new RuleBasedCollatorICU(rules);
} catch (Exception e) {
  if (e instanceof ParseException) {
origin: com.bugvm/bugvm-rt

/**
 * Constructs a new {@code Collator} instance.
 */
protected Collator() {
  icuColl = new RuleBasedCollatorICU(Locale.getDefault());
}
origin: com.gluonhq/robovm-rt

/**
 * Constructs a new {@code Collator} instance.
 */
protected Collator() {
  icuColl = new RuleBasedCollatorICU(Locale.getDefault());
}
origin: FlexoVM/flexovm

/**
 * Constructs a new {@code Collator} instance.
 */
protected Collator() {
  icuColl = new RuleBasedCollatorICU(Locale.getDefault());
}
origin: MobiVM/robovm

/**
 * Constructs a new {@code Collator} instance.
 */
protected Collator() {
  icuColl = new RuleBasedCollatorICU(Locale.getDefault());
}
origin: ibinti/bugvm

/**
 * Constructs a new {@code Collator} instance.
 */
protected Collator() {
  icuColl = new RuleBasedCollatorICU(Locale.getDefault());
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Constructs a new {@code Collator} instance.
 */
protected Collator() {
  icuColl = new RuleBasedCollatorICU(Locale.getDefault());
}
origin: MobiVM/robovm

/**
 * Returns a {@code Collator} instance which is appropriate for {@code locale}.
 */
public static Collator getInstance(Locale locale) {
  if (locale == null) {
    throw new NullPointerException("locale == null");
  }
  return new RuleBasedCollator(new RuleBasedCollatorICU(locale));
}
origin: ibinti/bugvm

/**
 * Returns a {@code Collator} instance which is appropriate for {@code locale}.
 */
public static Collator getInstance(Locale locale) {
  if (locale == null) {
    throw new NullPointerException("locale == null");
  }
  return new RuleBasedCollator(new RuleBasedCollatorICU(locale));
}
origin: com.gluonhq/robovm-rt

/**
 * Returns a {@code Collator} instance which is appropriate for {@code locale}.
 */
public static Collator getInstance(Locale locale) {
  if (locale == null) {
    throw new NullPointerException("locale == null");
  }
  return new RuleBasedCollator(new RuleBasedCollatorICU(locale));
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Returns a {@code Collator} instance which is appropriate for {@code locale}.
 */
public static Collator getInstance(Locale locale) {
  if (locale == null) {
    throw new NullPointerException("locale == null");
  }
  return new RuleBasedCollator(new RuleBasedCollatorICU(locale));
}
origin: com.bugvm/bugvm-rt

/**
 * Returns a {@code Collator} instance which is appropriate for {@code locale}.
 */
public static Collator getInstance(Locale locale) {
  if (locale == null) {
    throw new NullPointerException("locale == null");
  }
  return new RuleBasedCollator(new RuleBasedCollatorICU(locale));
}
origin: FlexoVM/flexovm

/**
 * Returns a {@code Collator} instance which is appropriate for {@code locale}.
 */
public static Collator getInstance(Locale locale) {
  if (locale == null) {
    throw new NullPointerException("locale == null");
  }
  return new RuleBasedCollator(new RuleBasedCollatorICU(locale));
}
origin: MobiVM/robovm

public Object clone() {
  return new RuleBasedCollatorICU(NativeCollation.safeClone(address));
}
origin: com.bugvm/bugvm-rt

public Object clone() {
  return new RuleBasedCollatorICU(NativeCollation.safeClone(address));
}
origin: com.gluonhq/robovm-rt

public Object clone() {
  return new RuleBasedCollatorICU(NativeCollation.safeClone(address));
}
origin: ibinti/bugvm

public Object clone() {
  return new RuleBasedCollatorICU(NativeCollation.safeClone(address));
}
libcore.icuRuleBasedCollatorICU<init>

Popular methods of RuleBasedCollatorICU

  • characterIteratorToString
  • clone
  • compare
  • equals
  • getCollationElementIterator
  • getCollationKey
  • getDecomposition
  • getRules
  • getStrength
  • setDecomposition
  • setStrength
  • setStrength

Popular in Java

  • Reactive rest calls using spring rest template
  • compareTo (BigDecimal)
  • setContentView (Activity)
  • requestLocationUpdates (LocationManager)
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • JFrame (javax.swing)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top 15 Vim 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