object locale extends locale

POSIX locale.h for Scala

The Open Group Base Specifications Issue 7, 2018 edition.

All declarations which do not have a more specific extension specifier are described by POSIX as being a CX extension.

Annotations
@extern() @define("__SCALANATIVE_POSIX_LOCALE")
Linear Supertypes
locale, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. locale
  2. locale
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type lconv = CStruct19[CString, CString, CString, CString, CString, CString, CString, CString, CString, CString, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, CStruct6[Byte, Byte, Byte, Byte, Byte, Byte]]
    Definition Classes
    locale
  2. type locale_t = Ptr[_]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def LC_ALL: CInt
    Definition Classes
    locale
    Annotations
    @name("scalanative_lc_all")
  5. def LC_ALL_MASK: CInt
    Annotations
    @name("scalanative_lc_all_mask")
  6. def LC_COLLATE: CInt
    Definition Classes
    locale
    Annotations
    @name("scalanative_lc_collate")
  7. def LC_COLLATE_MASK: CInt
    Annotations
    @name("scalanative_lc_collate_mask")
  8. def LC_CTYPE: CInt
    Definition Classes
    locale
    Annotations
    @name("scalanative_lc_ctype")
  9. def LC_CTYPE_MASK: CInt
    Annotations
    @name("scalanative_lc_ctype_mask")
  10. def LC_GLOBAL_LOCALE: locale_t

    CX

    CX

    Annotations
    @name("scalanative_lc_global_locale")
  11. def LC_MESSAGES: CInt

    CX

    CX

    Annotations
    @name("scalanative_lc_messages")
  12. def LC_MESSAGES_MASK: CInt
    Annotations
    @name("scalanative_lc_messages_mask")
  13. def LC_MONETARY: CInt
    Definition Classes
    locale
    Annotations
    @name("scalanative_lc_monetary")
  14. def LC_MONETARY_MASK: CInt
    Annotations
    @name("scalanative_lc_monetary_mask")
  15. def LC_NUMERIC: CInt
    Definition Classes
    locale
    Annotations
    @name("scalanative_lc_numeric")
  16. def LC_NUMERIC_MASK: CInt
    Annotations
    @name("scalanative_lc_numeric_mask")
  17. def LC_TIME: CInt
    Definition Classes
    locale
    Annotations
    @name("scalanative_lc_time")
  18. def LC_TIME_MASK: CInt
    Annotations
    @name("scalanative_lc_time_mask")
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. def duplocale(locobj: locale_t): locale_t
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. def freelocale(locobj: locale_t): CInt
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def localeconv(): Ptr[lconv]
    Definition Classes
    locale
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def newlocale(categoryMask: CInt, locale: CString, base: locale_t): locale_t
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def setlocale(category: CInt, locale: CString): CString
    Definition Classes
    locale
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def uselocale(newloc: locale_t): locale_t
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from locale

Inherited from AnyRef

Inherited from Any

Ungrouped