Interface RbnfLenientScannerProvider


  • @Deprecated
    public interface RbnfLenientScannerProvider
    Deprecated.
    ICU 54
    A provider for an RbnfLenientScanner.
    • Method Detail

      • get

        @Deprecated
        RbnfLenientScanner get​(ULocale locale,
                               java.lang.String extras)
        Deprecated.
        ICU 54
        Returns a scanner appropriate for the given locale, with optional extra data. in the form of collation rules.
        Parameters:
        locale - the locale to provide the default lenient rules.
        extras - extra collation rules
        Returns:
        the lenient scanner, or null