Codota Logo
NativeIDN.toUnicode
Code IndexAdd Codota to your IDE (free)

How to use
toUnicode
method
in
libcore.icu.NativeIDN

Best Java code snippets using libcore.icu.NativeIDN.toUnicode (Showing top 14 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: robovm/robovm

  /**
   * Equivalent to {@code toUnicode(input, 0)}.
   *
   * @param input the ACE name
   * @return the Unicode name
   */
  public static String toUnicode(String input) {
    return NativeIDN.toUnicode(input, 0);
  }
}
origin: robovm/robovm

/**
 * Translates a string from ASCII Compatible Encoding (ACE) to Unicode
 * according to the algorithm defined in <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
 *
 * <p>Unlike {@code toASCII}, this transformation cannot fail.
 *
 * <p>This method can handle either an individual label or an entire domain name.
 * In the latter case, the separators are: U+002E (full stop), U+3002 (ideographic full stop),
 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).
 *
 * @param input the ACE name
 * @return the Unicode name
 * @param flags 0, {@code ALLOW_UNASSIGNED}, {@code USE_STD3_ASCII_RULES},
 *         or {@code ALLOW_UNASSIGNED | USE_STD3_ASCII_RULES}
 */
public static String toUnicode(String input, int flags) {
  return NativeIDN.toUnicode(input, flags);
}
origin: MobiVM/robovm

  /**
   * Equivalent to {@code toUnicode(input, 0)}.
   *
   * @param input the ACE name
   * @return the Unicode name
   */
  public static String toUnicode(String input) {
    return NativeIDN.toUnicode(input, 0);
  }
}
origin: com.gluonhq/robovm-rt

  /**
   * Equivalent to {@code toUnicode(input, 0)}.
   *
   * @param input the ACE name
   * @return the Unicode name
   */
  public static String toUnicode(String input) {
    return NativeIDN.toUnicode(input, 0);
  }
}
origin: com.bugvm/bugvm-rt

  /**
   * Equivalent to {@code toUnicode(input, 0)}.
   *
   * @param input the ACE name
   * @return the Unicode name
   */
  public static String toUnicode(String input) {
    return NativeIDN.toUnicode(input, 0);
  }
}
origin: ibinti/bugvm

  /**
   * Equivalent to {@code toUnicode(input, 0)}.
   *
   * @param input the ACE name
   * @return the Unicode name
   */
  public static String toUnicode(String input) {
    return NativeIDN.toUnicode(input, 0);
  }
}
origin: com.mobidevelop.robovm/robovm-rt

  /**
   * Equivalent to {@code toUnicode(input, 0)}.
   *
   * @param input the ACE name
   * @return the Unicode name
   */
  public static String toUnicode(String input) {
    return NativeIDN.toUnicode(input, 0);
  }
}
origin: FlexoVM/flexovm

  /**
   * Equivalent to {@code toUnicode(input, 0)}.
   *
   * @param input the ACE name
   * @return the Unicode name
   */
  public static String toUnicode(String input) {
    return NativeIDN.toUnicode(input, 0);
  }
}
origin: ibinti/bugvm

/**
 * Translates a string from ASCII Compatible Encoding (ACE) to Unicode
 * according to the algorithm defined in <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
 *
 * <p>Unlike {@code toASCII}, this transformation cannot fail.
 *
 * <p>This method can handle either an individual label or an entire domain name.
 * In the latter case, the separators are: U+002E (full stop), U+3002 (ideographic full stop),
 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).
 *
 * @param input the ACE name
 * @return the Unicode name
 * @param flags 0, {@code ALLOW_UNASSIGNED}, {@code USE_STD3_ASCII_RULES},
 *         or {@code ALLOW_UNASSIGNED | USE_STD3_ASCII_RULES}
 */
public static String toUnicode(String input, int flags) {
  return NativeIDN.toUnicode(input, flags);
}
origin: MobiVM/robovm

/**
 * Translates a string from ASCII Compatible Encoding (ACE) to Unicode
 * according to the algorithm defined in <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
 *
 * <p>Unlike {@code toASCII}, this transformation cannot fail.
 *
 * <p>This method can handle either an individual label or an entire domain name.
 * In the latter case, the separators are: U+002E (full stop), U+3002 (ideographic full stop),
 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).
 *
 * @param input the ACE name
 * @return the Unicode name
 * @param flags 0, {@code ALLOW_UNASSIGNED}, {@code USE_STD3_ASCII_RULES},
 *         or {@code ALLOW_UNASSIGNED | USE_STD3_ASCII_RULES}
 */
public static String toUnicode(String input, int flags) {
  return NativeIDN.toUnicode(input, flags);
}
origin: com.bugvm/bugvm-rt

/**
 * Translates a string from ASCII Compatible Encoding (ACE) to Unicode
 * according to the algorithm defined in <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
 *
 * <p>Unlike {@code toASCII}, this transformation cannot fail.
 *
 * <p>This method can handle either an individual label or an entire domain name.
 * In the latter case, the separators are: U+002E (full stop), U+3002 (ideographic full stop),
 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).
 *
 * @param input the ACE name
 * @return the Unicode name
 * @param flags 0, {@code ALLOW_UNASSIGNED}, {@code USE_STD3_ASCII_RULES},
 *         or {@code ALLOW_UNASSIGNED | USE_STD3_ASCII_RULES}
 */
public static String toUnicode(String input, int flags) {
  return NativeIDN.toUnicode(input, flags);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Translates a string from ASCII Compatible Encoding (ACE) to Unicode
 * according to the algorithm defined in <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
 *
 * <p>Unlike {@code toASCII}, this transformation cannot fail.
 *
 * <p>This method can handle either an individual label or an entire domain name.
 * In the latter case, the separators are: U+002E (full stop), U+3002 (ideographic full stop),
 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).
 *
 * @param input the ACE name
 * @return the Unicode name
 * @param flags 0, {@code ALLOW_UNASSIGNED}, {@code USE_STD3_ASCII_RULES},
 *         or {@code ALLOW_UNASSIGNED | USE_STD3_ASCII_RULES}
 */
public static String toUnicode(String input, int flags) {
  return NativeIDN.toUnicode(input, flags);
}
origin: com.gluonhq/robovm-rt

/**
 * Translates a string from ASCII Compatible Encoding (ACE) to Unicode
 * according to the algorithm defined in <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
 *
 * <p>Unlike {@code toASCII}, this transformation cannot fail.
 *
 * <p>This method can handle either an individual label or an entire domain name.
 * In the latter case, the separators are: U+002E (full stop), U+3002 (ideographic full stop),
 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).
 *
 * @param input the ACE name
 * @return the Unicode name
 * @param flags 0, {@code ALLOW_UNASSIGNED}, {@code USE_STD3_ASCII_RULES},
 *         or {@code ALLOW_UNASSIGNED | USE_STD3_ASCII_RULES}
 */
public static String toUnicode(String input, int flags) {
  return NativeIDN.toUnicode(input, flags);
}
origin: FlexoVM/flexovm

/**
 * Translates a string from ASCII Compatible Encoding (ACE) to Unicode
 * according to the algorithm defined in <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.
 *
 * <p>Unlike {@code toASCII}, this transformation cannot fail.
 *
 * <p>This method can handle either an individual label or an entire domain name.
 * In the latter case, the separators are: U+002E (full stop), U+3002 (ideographic full stop),
 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).
 *
 * @param input the ACE name
 * @return the Unicode name
 * @param flags 0, {@code ALLOW_UNASSIGNED}, {@code USE_STD3_ASCII_RULES},
 *         or {@code ALLOW_UNASSIGNED | USE_STD3_ASCII_RULES}
 */
public static String toUnicode(String input, int flags) {
  return NativeIDN.toUnicode(input, flags);
}
libcore.icuNativeIDNtoUnicode

Popular methods of NativeIDN

  • convert
  • convertImpl
  • toASCII

Popular in Java

  • Creating JSON documents from java classes using gson
  • getResourceAsStream (ClassLoader)
  • getExternalFilesDir (Context)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
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