Uses of Class
com.ibm.icu.text.SpoofChecker.Builder

Packages that use SpoofChecker.Builder
com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. 
 

Uses of SpoofChecker.Builder in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return SpoofChecker.Builder
 SpoofChecker.Builder SpoofChecker.Builder.setAllowedChars(UnicodeSet chars)
          Limit the acceptable characters to those specified by a Unicode Set.
 SpoofChecker.Builder SpoofChecker.Builder.setAllowedLocales(Set<ULocale> locales)
          Limit characters that are acceptable in identifiers being checked to those normally used with the languages associated with the specified locales.
 SpoofChecker.Builder SpoofChecker.Builder.setChecks(int checks)
          Specify the set of checks that will be performed by the check functions of this Spoof Checker.
 SpoofChecker.Builder SpoofChecker.Builder.setData(Reader confusables, Reader confusablesWholeScript)
          Specify the source form of the spoof data Spoof Checker.
 



Copyright (c) 2010 IBM Corporation and others.