Package com.ibm.icu.impl

Examples of com.ibm.icu.impl.UTS46


   *            Bit set to modify the processing and error checking.
   * @return the UTS #46 IDNA instance, if successful
   * @stable ICU 4.6
   */
  public static IDNA getUTS46Instance(int options) {
    return new UTS46(options);
  }
View Full Code Here

TOP

Related Classes of com.ibm.icu.impl.UTS46

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.