object 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()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. locale
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type locale_t = Ptr[Byte]

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_MASK: CInt
    Annotations
    @name( "scalanative_lc_all_mask" )
  5. def LC_COLLATE_MASK: CInt
    Annotations
    @name( "scalanative_lc_collate_mask" )
  6. def LC_CTYPE_MASK: CInt
    Annotations
    @name( "scalanative_lc_ctype_mask" )
  7. def LC_GLOBAL_LOCALE: locale_t

    CX

    CX

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

    CX

    CX

    Annotations
    @name( "scalanative_lc_messages" )
  9. def LC_MESSAGES_MASK: CInt
    Annotations
    @name( "scalanative_lc_messages_mask" )
  10. def LC_MONETARY_MASK: CInt
    Annotations
    @name( "scalanative_lc_monetary_mask" )
  11. def LC_NUMERIC_MASK: CInt
    Annotations
    @name( "scalanative_lc_numeric_mask" )
  12. def LC_TIME_MASK: CInt
    Annotations
    @name( "scalanative_lc_time_mask" )
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def duplocale(locobj: locale_t): locale_t
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def freelocale(locobj: locale_t): CInt
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def newlocale(categoryMask: CInt, locale: CString, base: locale_t): locale_t
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def uselocale(newloc: locale_t): locale_t
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped