congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
NativeIDN.toUnicode
Code IndexAdd Tabnine 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)

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

  • Finding current android device location
  • requestLocationUpdates (LocationManager)
  • setRequestProperty (URLConnection)
  • setScale (BigDecimal)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Reference (javax.naming)
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Top 12 Jupyter Notebook Extensions
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