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
- Alphabetic
- By Inheritance
Inherited
- locale
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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_MASK: CInt
- Annotations
- @name( "scalanative_lc_all_mask" )
-
def
LC_COLLATE_MASK: CInt
- Annotations
- @name( "scalanative_lc_collate_mask" )
-
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_MASK: CInt
- Annotations
- @name( "scalanative_lc_monetary_mask" )
-
def
LC_NUMERIC_MASK: CInt
- Annotations
- @name( "scalanative_lc_numeric_mask" )
-
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( ... ) @native()
- def duplocale(locobj: locale_t): locale_t
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()