Uses of Interface
com.ibm.icu.text.RbnfLenientScannerProvider
-
Packages that use RbnfLenientScannerProvider Package Description 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 RbnfLenientScannerProvider in com.ibm.icu.text
Methods in com.ibm.icu.text that return RbnfLenientScannerProvider Modifier and Type Method Description RbnfLenientScannerProvider
RuleBasedNumberFormat. getLenientScannerProvider()
Returns the lenient scanner provider.Methods in com.ibm.icu.text with parameters of type RbnfLenientScannerProvider Modifier and Type Method Description void
RuleBasedNumberFormat. setLenientScannerProvider(RbnfLenientScannerProvider scannerProvider)
Sets the provider for the lenient scanner.
-