os/ossrv/ossrv_pub/localization_function_api/inc/stdapis/langinfo.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*-
sl@0
     2
 * © Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
sl@0
     3
 *
sl@0
     4
 * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org>
sl@0
     5
 * All rights reserved.
sl@0
     6
 *
sl@0
     7
 * Redistribution and use in source and binary forms, with or without
sl@0
     8
 * modification, are permitted provided that the following conditions
sl@0
     9
 * are met:
sl@0
    10
 * 1. Redistributions of source code must retain the above copyright
sl@0
    11
 *    notice, this list of conditions and the following disclaimer.
sl@0
    12
 * 2. Redistributions in binary form must reproduce the above copyright
sl@0
    13
 *    notice, this list of conditions and the following disclaimer in the
sl@0
    14
 *    documentation and/or other materials provided with the distribution.
sl@0
    15
 *
sl@0
    16
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
sl@0
    17
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
sl@0
    18
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
sl@0
    19
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
sl@0
    20
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
sl@0
    21
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
sl@0
    22
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
sl@0
    23
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
sl@0
    24
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
sl@0
    25
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
sl@0
    26
 * SUCH DAMAGE.
sl@0
    27
 *
sl@0
    28
 * $FreeBSD: src/include/langinfo.h,v 1.6 2002/09/18 05:54:25 mike Exp $
sl@0
    29
 */
sl@0
    30
 
sl@0
    31
  
sl@0
    32
#ifndef _LANGINFO_H_
sl@0
    33
#define	_LANGINFO_H_
sl@0
    34
sl@0
    35
#include <sys/cdefs.h>
sl@0
    36
#include <sys/_types.h>
sl@0
    37
#ifdef __SYMBIAN32__
sl@0
    38
#include <_ansi.h>
sl@0
    39
#endif
sl@0
    40
sl@0
    41
#ifndef _NL_ITEM_DECLARED
sl@0
    42
typedef	__nl_item	nl_item;
sl@0
    43
#define	_NL_ITEM_DECLARED
sl@0
    44
#endif
sl@0
    45
sl@0
    46
#define	CODESET		0	/* codeset name */
sl@0
    47
#define	D_T_FMT		1	/* string for formatting date and time */
sl@0
    48
#define	D_FMT		2	/* date format string */
sl@0
    49
#define	T_FMT		3	/* time format string */
sl@0
    50
#define	T_FMT_AMPM	4	/* a.m. or p.m. time formatting string */
sl@0
    51
#define	AM_STR		5	/* Ante Meridian affix */
sl@0
    52
#define	PM_STR		6	/* Post Meridian affix */
sl@0
    53
sl@0
    54
/* week day names */
sl@0
    55
#define	DAY_1		7
sl@0
    56
#define	DAY_2		8
sl@0
    57
#define	DAY_3		9
sl@0
    58
#define	DAY_4		10
sl@0
    59
#define	DAY_5		11
sl@0
    60
#define	DAY_6		12
sl@0
    61
#define	DAY_7		13
sl@0
    62
sl@0
    63
/* abbreviated week day names */
sl@0
    64
#define	ABDAY_1		14
sl@0
    65
#define	ABDAY_2		15
sl@0
    66
#define	ABDAY_3		16
sl@0
    67
#define	ABDAY_4		17
sl@0
    68
#define	ABDAY_5		18
sl@0
    69
#define	ABDAY_6		19
sl@0
    70
#define	ABDAY_7		20
sl@0
    71
sl@0
    72
/* month names */
sl@0
    73
#define	MON_1		21
sl@0
    74
#define	MON_2		22
sl@0
    75
#define	MON_3		23
sl@0
    76
#define	MON_4		24
sl@0
    77
#define	MON_5		25
sl@0
    78
#define	MON_6		26
sl@0
    79
#define	MON_7		27
sl@0
    80
#define	MON_8		28
sl@0
    81
#define	MON_9		29
sl@0
    82
#define	MON_10		30
sl@0
    83
#define	MON_11		31
sl@0
    84
#define	MON_12		32
sl@0
    85
sl@0
    86
/* abbreviated month names */
sl@0
    87
#define	ABMON_1		33
sl@0
    88
#define	ABMON_2		34
sl@0
    89
#define	ABMON_3		35
sl@0
    90
#define	ABMON_4		36
sl@0
    91
#define	ABMON_5		37
sl@0
    92
#define	ABMON_6		38
sl@0
    93
#define	ABMON_7		39
sl@0
    94
#define	ABMON_8		40
sl@0
    95
#define	ABMON_9		41
sl@0
    96
#define	ABMON_10	42
sl@0
    97
#define	ABMON_11	43
sl@0
    98
#define	ABMON_12	44
sl@0
    99
sl@0
   100
#define	ERA		45	/* era description segments */
sl@0
   101
#define	ERA_D_FMT	46	/* era date format string */
sl@0
   102
#define	ERA_D_T_FMT	47	/* era date and time format string */
sl@0
   103
#define	ERA_T_FMT	48	/* era time format string */
sl@0
   104
#define	ALT_DIGITS	49	/* alternative symbols for digits */
sl@0
   105
sl@0
   106
#define	RADIXCHAR	50	/* radix char */
sl@0
   107
#define	THOUSEP		51	/* separator for thousands */
sl@0
   108
sl@0
   109
#define	YESEXPR		52	/* affirmative response expression */
sl@0
   110
#define	NOEXPR		53	/* negative response expression */
sl@0
   111
sl@0
   112
#if __BSD_VISIBLE || __XSI_VISIBLE <= 500
sl@0
   113
#define	YESSTR		54	/* affirmative response for yes/no queries */
sl@0
   114
#define	NOSTR		55	/* negative response for yes/no queries */
sl@0
   115
#endif
sl@0
   116
sl@0
   117
#define	CRNCYSTR	56	/* currency symbol */
sl@0
   118
sl@0
   119
#if __BSD_VISIBLE
sl@0
   120
#define	D_MD_ORDER	57	/* month/day order (local extension) */
sl@0
   121
#endif
sl@0
   122
sl@0
   123
__BEGIN_DECLS
sl@0
   124
IMPORT_C char	*nl_langinfo(nl_item);
sl@0
   125
__END_DECLS
sl@0
   126
sl@0
   127
#endif /* !_LANGINFO_H_ */