Uses of Interface
com.ibm.icu.text.RbnfLenientScanner
-
Packages that use RbnfLenientScanner Package Description com.ibm.icu.impl.text 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 RbnfLenientScanner in com.ibm.icu.impl.text
Classes in com.ibm.icu.impl.text that implement RbnfLenientScanner Modifier and Type Class Description private static class
RbnfScannerProviderImpl.RbnfLenientScannerImpl
Deprecated.Fields in com.ibm.icu.impl.text with type parameters of type RbnfLenientScanner Modifier and Type Field Description private java.util.Map<java.lang.String,RbnfLenientScanner>
RbnfScannerProviderImpl. cache
Deprecated.Methods in com.ibm.icu.impl.text that return RbnfLenientScanner Modifier and Type Method Description protected RbnfLenientScanner
RbnfScannerProviderImpl. createScanner(ULocale locale, java.lang.String extras)
Deprecated.This API is ICU internal only.RbnfLenientScanner
RbnfScannerProviderImpl. get(ULocale locale, java.lang.String extras)
Deprecated.This API is ICU internal only. -
Uses of RbnfLenientScanner in com.ibm.icu.text
Methods in com.ibm.icu.text that return RbnfLenientScanner Modifier and Type Method Description RbnfLenientScanner
RbnfLenientScannerProvider. get(ULocale locale, java.lang.String extras)
Deprecated.ICU 54(package private) RbnfLenientScanner
RuleBasedNumberFormat. getLenientScanner()
Returns the scanner to use for lenient parsing.Methods in com.ibm.icu.text with parameters of type RbnfLenientScanner Modifier and Type Method Description (package private) java.lang.String
PluralFormat. parseType(java.lang.String source, RbnfLenientScanner scanner, java.text.FieldPosition pos)
This method returns the PluralRules type found from parsing.
-