Examples of UTS46


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
Copyright © 2018 www.massapi.com. 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.