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
Ordering
- Alphabetic
- By Inheritance
Inherited
- locale
- locale
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def LC_ALL: CInt
- Definition Classes
- locale
- Annotations
- @name("scalanative_lc_all")
- def LC_ALL_MASK: CInt
- Annotations
- @name("scalanative_lc_all_mask")
- def LC_COLLATE: CInt
- Definition Classes
- locale
- Annotations
- @name("scalanative_lc_collate")
- def LC_COLLATE_MASK: CInt
- Annotations
- @name("scalanative_lc_collate_mask")
- def LC_CTYPE: CInt
- Definition Classes
- locale
- Annotations
- @name("scalanative_lc_ctype")
- def LC_CTYPE_MASK: CInt
- Annotations
- @name("scalanative_lc_ctype_mask")
- def LC_GLOBAL_LOCALE: locale_t
CX
CX
- Annotations
- @name("scalanative_lc_global_locale")
- def LC_MESSAGES: CInt
CX
CX
- Annotations
- @name("scalanative_lc_messages")
- def LC_MESSAGES_MASK: CInt
- Annotations
- @name("scalanative_lc_messages_mask")
- def LC_MONETARY: CInt
- Definition Classes
- locale
- Annotations
- @name("scalanative_lc_monetary")
- def LC_MONETARY_MASK: CInt
- Annotations
- @name("scalanative_lc_monetary_mask")
- def LC_NUMERIC: CInt
- Definition Classes
- locale
- Annotations
- @name("scalanative_lc_numeric")
- def LC_NUMERIC_MASK: CInt
- Annotations
- @name("scalanative_lc_numeric_mask")
- def LC_TIME: CInt
- Definition Classes
- locale
- Annotations
- @name("scalanative_lc_time")
- def LC_TIME_MASK: CInt
- Annotations
- @name("scalanative_lc_time_mask")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def duplocale(locobj: locale_t): locale_t
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def freelocale(locobj: locale_t): CInt
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localeconv(): Ptr[lconv]
- Definition Classes
- locale
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newlocale(categoryMask: CInt, locale: CString, base: locale_t): locale_t
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setlocale(category: CInt, locale: CString): CString
- Definition Classes
- locale
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uselocale(newloc: locale_t): locale_t
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()