Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ShorthandFormatControls :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  2. SmallFormVariants :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  3. SymbolsForLegacyComputing :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  4. VerticalForms :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  5. WBFormat :: WordBreak

    text-icu Data.Text.ICU.Char

    No documentation available.

  6. module Data.Text.ICU.DateFormatter

    Calendar formatter implemented as bindings to the International Components for Unicode (ICU) libraries. You display or print a Date by first converting it to a locale-specific string that conforms to the conventions of the end user’s Locale. For example, Germans recognize 20.4.98 as a valid date, and Americans recognize 42098. 👉 Note: The appropriate Calendar support is required for different locales. For example, the Buddhist calendar is the official calendar in Thailand so the typical assumption of Gregorian Calendar usage should not be used. ICU will pick the appropriate Calendar based on the locale you supply when opening a Calendar or DateFormat. Date and time formatters are used to convert dates and times from their internal representations to textual form in a language-independent manner.

  7. data DateFormatSymbolType

    text-icu Data.Text.ICU.DateFormatter

    The possible types of date format symbols.

  8. data DateFormatter

    text-icu Data.Text.ICU.DateFormatter

    This is an abstract data type holding a reference to the ICU date format object. Create a DateFormatter with either standardDateFormatter or patternDateFormatter and use it in order to format Calendar objects with the function formatCalendar.

  9. DefaultFormatStyle :: FormatStyle

    text-icu Data.Text.ICU.DateFormatter

    Default style

  10. FullFormatStyle :: FormatStyle

    text-icu Data.Text.ICU.DateFormatter

    Full style, such as Tuesday, April 12, 1952 AD or 3:30:42pm PST

Page 608 of many | Previous | Next