locale

package
v1.11.86 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LC_ADDRESS                = 9
	LC_ADDRESS_MASK           = 512
	LC_ALL                    = 6
	LC_ALL_MASK               = 8127
	LC_COLLATE                = 3
	LC_COLLATE_MASK           = 8
	LC_CTYPE                  = 0
	LC_CTYPE_MASK             = 1
	LC_IDENTIFICATION         = 12
	LC_IDENTIFICATION_MASK    = 4096
	LC_MEASUREMENT            = 11
	LC_MEASUREMENT_MASK       = 2048
	LC_MESSAGES               = 5
	LC_MESSAGES_MASK          = 32
	LC_MONETARY               = 4
	LC_MONETARY_MASK          = 16
	LC_NAME                   = 8
	LC_NAME_MASK              = 256
	LC_NUMERIC                = 1
	LC_NUMERIC_MASK           = 2
	LC_PAPER                  = 7
	LC_PAPER_MASK             = 128
	LC_TELEPHONE              = 10
	LC_TELEPHONE_MASK         = 1024
	LC_TIME                   = 2
	LC_TIME_MASK              = 4
	X_ATFILE_SOURCE           = 1
	X_BITS_LOCALE_H           = 1
	X_BITS_TYPES_LOCALE_T_H   = 1
	X_BITS_TYPES___LOCALE_T_H = 1
	X_DEFAULT_SOURCE          = 1
	X_FEATURES_H              = 1
	X_FILE_OFFSET_BITS        = 64
	X_LOCALE_H                = 1
	X_LP64                    = 1
	X_POSIX_C_SOURCE          = 200809
	X_POSIX_SOURCE            = 1
	X_STDC_PREDEF_H           = 1
	X_SYS_CDEFS_H             = 1
	Linux                     = 1
	Unix                      = 1
)

Variables

View Source
var CAPI = map[string]struct{}{}

Functions

This section is empty.

Types

type Lconv

type Lconv = struct {
	Fdecimal_point      uintptr
	Fthousands_sep      uintptr
	Fgrouping           uintptr
	Fint_curr_symbol    uintptr
	Fcurrency_symbol    uintptr
	Fmon_decimal_point  uintptr
	Fmon_thousands_sep  uintptr
	Fmon_grouping       uintptr
	Fpositive_sign      uintptr
	Fnegative_sign      uintptr
	Fint_frac_digits    int8
	Ffrac_digits        int8
	Fp_cs_precedes      int8
	Fp_sep_by_space     int8
	Fn_cs_precedes      int8
	Fn_sep_by_space     int8
	Fp_sign_posn        int8
	Fn_sign_posn        int8
	Fint_p_cs_precedes  int8
	Fint_p_sep_by_space int8
	Fint_n_cs_precedes  int8
	Fint_n_sep_by_space int8
	Fint_p_sign_posn    int8
	Fint_n_sign_posn    int8
	F__ccgo_pad1        [2]byte

} /* locale.h:51:1 */

Structure giving information about numeric and monetary notation.

type Locale_t

type Locale_t = X__locale_t /* locale_t.h:24:20 */

type Ptrdiff_t

type Ptrdiff_t = int64 /* <builtin>:3:26 */

type Size_t

type Size_t = uint64 /* <builtin>:9:23 */

type Wchar_t

type Wchar_t = int32 /* <builtin>:15:24 */

type X__builtin_va_list

type X__builtin_va_list = uintptr /* <builtin>:46:14 */

type X__float128

type X__float128 = float64 /* <builtin>:47:21 */

type X__int128_t

type X__int128_t = struct {
	Flo int64
	Fhi int64

} /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128

type X__locale_struct

type X__locale_struct = struct {
	F__locales       [13]uintptr
	F__ctype_b       uintptr
	F__ctype_tolower uintptr
	F__ctype_toupper uintptr
	F__names         [13]uintptr

} /* __locale_t.h:28:1 */

type X__locale_t

type X__locale_t = uintptr /* __locale_t.h:42:32 */

type X__uint128_t

type X__uint128_t = struct {
	Flo uint64
	Fhi uint64

} /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL