Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. data CharsetDetector

    text-icu Data.Text.ICU.CharsetDetection

    Handy wrapper for the pointer to the UCharsetDetector. We must always call ucsdet_close on any UCharsetDetector when we are done. The withCharsetDetector and wrapUCharsetDetector functions simplify management of the pointers.

  2. data CharsetMatch

    text-icu Data.Text.ICU.CharsetDetection

    Opaque character set match handle. The memory backing these objects is managed entirely by the ICU C library. TODO: UCharsetMatch is reset after the setText call. We need to handle it.

  3. mkCharsetDetector :: IO CharsetDetector

    text-icu Data.Text.ICU.CharsetDetection

    No documentation available.

  4. withCharsetDetector :: CharsetDetector -> (Ptr UCharsetDetector -> IO a) -> IO a

    text-icu Data.Text.ICU.CharsetDetection

    Temporarily unwraps an CharsetDetector to perform operations on its raw UCharsetDetector handle.

  5. wrapUCharsetMatch :: CharsetDetector -> IO (Ptr UCharsetMatch) -> IO CharsetMatch

    text-icu Data.Text.ICU.CharsetDetection

    No documentation available.

  6. u_BRK_RULE_EMPTY_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  7. u_BRK_UNCLOSED_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  8. u_MALFORMED_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  9. u_MISPLACED_CURSOR_OFFSET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  10. u_REGEX_SET_CONTAINS_STRING :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

Page 108 of many | Previous | Next