Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. usesFallback :: Converter -> Bool

    text-icu Data.Text.ICU.Convert

    Determines whether the converter uses fallback mappings or not. This flag has restrictions. Regardless of this flag, the converter will always use fallbacks from Unicode Private Use codepoints, as well as reverse fallbacks (to Unicode). For details see ".ucm File Format" in the Conversion Data chapter of the ICU User Guide: http://www.icu-project.org/userguide/conversion-data.html#ucmformat

  2. u_MEMORY_ALLOCATION_ERROR :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  3. u_REGEX_STOPPED_BY_CALLER :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  4. u_SAFECLONE_ALLOCATED_WARNING :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  5. u_USING_FALLBACK_WARNING :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  6. DotAll :: MatchOption

    text-icu Data.Text.ICU.Regex

    If set, '.' matches line terminators. Otherwise '.' matching stops at line end.

  7. TextDirectionVisualLTR :: ShapeOption

    text-icu Data.Text.ICU.Shape

    Direction indicator: the source is in visual LTR order, the leftmost displayed character stored first.

  8. MinimallyRestrictive :: RestrictionLevel

    text-icu Data.Text.ICU.Spoof

    Allows arbitrary mixtures of scripts.

  9. getAllowedLocales :: MSpoof -> IO [String]

    text-icu Data.Text.ICU.Spoof

    Get the list of locale names allowed to be used with a spoof checker. (We don't use LocaleName since the root and default locales have no meaning here.)

  10. setAllowedLocales :: MSpoof -> [String] -> IO ()

    text-icu Data.Text.ICU.Spoof

    Get the list of locale names allowed to be used with a spoof checker. (We don't use LocaleName since the root and default locales have no meaning here.)

Page 486 of many | Previous | Next