Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. 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.

  2. mkCharsetDetector :: IO CharsetDetector

    text-icu Data.Text.ICU.CharsetDetection

    No documentation available.

  3. 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.

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

    text-icu Data.Text.ICU.CharsetDetection

    No documentation available.

  5. u_BRK_RULE_EMPTY_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  6. u_BRK_UNCLOSED_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  7. u_MALFORMED_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  8. u_MISPLACED_CURSOR_OFFSET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  9. u_REGEX_SET_CONTAINS_STRING :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  10. bitArraySetBit :: BitArray -> Word64 -> BitArray

    asn1-types Data.ASN1.BitArray

    set the nth bits

Page 108 of many | Previous | Next