Codota Logo
RuleBasedCollatorICU.<init>
Code IndexAdd Codota 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)

  • Common ways to obtain RuleBasedCollatorICU
private void myMethod () {
RuleBasedCollatorICU r =
  • Codota Iconnew RuleBasedCollatorICU(Locale.getDefault())
  • Codota IconString rules;new RuleBasedCollatorICU(rules)
  • Smart code suggestions by Codota
}
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

  • Updating database using SQL prepared statement
  • setScale (BigDecimal)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • setContentView (Activity)
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • TreeMap (java.util)
    A Red-Black tree based NavigableMap implementation. The map is sorted according to the Comparable of
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Table (org.hibernate.mapping)
    A relational table
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registery of org.quartz
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now