intl

package
v0.0.0-...-f05e200 Latest Latest
Warning

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

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

Documentation

Overview

Package intl provides API definitions for accessing intl.dll.

Index

Constants

This section is empty.

Variables

View Source
var (
	// TODO(t): check documentation for *char usage as msgid, in ngettext etc.
	Gettext func(msgid string) string

	Dgettext func(domainname string, msgid string) string

	Dcgettext func(
		domainname string, msgid string, category int) string

	Ngettext func(
		msgid1 string, msgid2 string, n T.UnsignedLong) string

	Dngettext func(domainname string,
		msgid1 string, msgid2 string, n T.UnsignedLong) string

	Dcngettext func(domainname string, msgid1 string,
		msgid2 string, n T.UnsignedLong, category int) string

	Textdomain func(domainname string) string

	Bindtextdomain func(
		domainname string, dirname string) string

	BindTextdomainCodeset func(
		domainname string, codeset string) string

	Fprintf func(*T.FILE, string, ...VArg) int

	Vfprintf func(*T.FILE, string, VAList) int

	Printf func(string, ...VArg) int

	Vprintf func(string, VAList) int

	Sprintf func(string, string, ...VArg) int

	Vsprintf func(string, string, VAList) int

	Snprintf func(string, T.Size_t, string, ...VArg) int

	Vsnprintf func(string, T.Size_t, string, VAList) int

	Setlocale func(int, string) string

	SetRelocationPrefix func(
		origPrefix string, currPrefix string)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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