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. DstOffset :: CalendarField

    text-icu Data.Text.ICU

    Field indicating the daylight savings offset in milliseconds.

  2. ZoneOffset :: CalendarField

    text-icu Data.Text.ICU

    Field indicating the raw offset from GMT in milliseconds.

  3. DstOffset :: CalendarField

    text-icu Data.Text.ICU.Calendar

    Field indicating the daylight savings offset in milliseconds.

  4. ZoneOffset :: CalendarField

    text-icu Data.Text.ICU.Calendar

    Field indicating the raw offset from GMT in milliseconds.

  5. _dstOffset :: Lens' Calendar Int

    text-icu Data.Text.ICU.Calendar

    No documentation available.

  6. _zoneOffset :: Lens' Calendar Int

    text-icu Data.Text.ICU.Calendar

    No documentation available.

  7. dstOffset :: Calendar -> Int

    text-icu Data.Text.ICU.Calendar

    No documentation available.

  8. zoneOffset :: Calendar -> Int

    text-icu Data.Text.ICU.Calendar

    No documentation available.

  9. module Data.Text.ICU.CharsetDetection

    Access to the Unicode Character Set Detection facilities, implemented in the International Components for Unicode (ICU) libraries. For more information see the "Character Set Detection" chapter in the ICU User Guide http://userguide.icu-project.org/conversion/detection.

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

Page 107 of many | Previous | Next