Documentation
¶
Index ¶
- Constants
- Variables
- func HashMessage(hash *xxhash.Digest, tik string) string
- func ICUSelectOptions(argName string) ([]string, icumsg.OptionsPresencePolicy, icumsg.OptionUnknownPolicy)
- func IsMsgIncomplete(scan *Scan, arbFile *arb.File, fileName string, msg *arb.Message) bool
- type Catalog
- type CatalogStatistics
- type FnOnSrcErr
- type Parser
- type Scan
- type SourceError
- type Statistics
- type Text
Constants ¶
View Source
const ( FuncTypeString = "String" FuncTypeWrite = "Write" )
Variables ¶
View Source
var ( ErrUnsupportedSelectOption = errors.New("unsupported select option") ErrCantUnpackCompositeLiteral = errors.New("can't unpack composite literal") )
Functions ¶
func HashMessage ¶
func ICUSelectOptions ¶ added in v0.3.1
func ICUSelectOptions(argName string) ( []string, icumsg.OptionsPresencePolicy, icumsg.OptionUnknownPolicy, )
Types ¶
type CatalogStatistics ¶
type FnOnSrcErr ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func NewParser ¶
func NewParser( hasher *xxhash.Digest, tikParser *tik.Parser, translatorICU *tik.ICUTranslator, ) *Parser
func (*Parser) CollectARBFiles ¶ added in v0.8.0
type Scan ¶
type SourceError ¶
type Statistics ¶
Click to show internal directories.
Click to hide internal directories.