os/ossrv/genericopenlibs/openenvcore/include/langinfo.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/** @file  ../include/langinfo.h
sl@0
     2
@internalComponent
sl@0
     3
*/
sl@0
     4
sl@0
     5
/** @def CODESET
sl@0
     6
sl@0
     7
codeset name.
sl@0
     8
sl@0
     9
@publishedAll
sl@0
    10
@externallyDefinedApi
sl@0
    11
*/
sl@0
    12
sl@0
    13
/** @def D_T_FMT
sl@0
    14
sl@0
    15
string for formatting date and time
sl@0
    16
sl@0
    17
@publishedAll
sl@0
    18
@externallyDefinedApi
sl@0
    19
*/
sl@0
    20
sl@0
    21
/** @def D_FMT
sl@0
    22
sl@0
    23
date format string
sl@0
    24
sl@0
    25
@publishedAll
sl@0
    26
@externallyDefinedApi
sl@0
    27
*/
sl@0
    28
sl@0
    29
/** @def T_FMT
sl@0
    30
sl@0
    31
time format string
sl@0
    32
sl@0
    33
@publishedAll
sl@0
    34
@externallyDefinedApi
sl@0
    35
*/
sl@0
    36
sl@0
    37
/** @def T_FMT_AMPM
sl@0
    38
sl@0
    39
a.m. or p.m. time formatting string
sl@0
    40
sl@0
    41
@publishedAll
sl@0
    42
@externallyDefinedApi
sl@0
    43
*/
sl@0
    44
sl@0
    45
/** @def AM_STR
sl@0
    46
sl@0
    47
Ante Meridian affix.
sl@0
    48
sl@0
    49
@publishedAll
sl@0
    50
@externallyDefinedApi
sl@0
    51
*/
sl@0
    52
sl@0
    53
/** @def PM_STR
sl@0
    54
sl@0
    55
Post Meridian affix.
sl@0
    56
sl@0
    57
@publishedAll
sl@0
    58
@externallyDefinedApi
sl@0
    59
*/
sl@0
    60
sl@0
    61
/** @def DAY_1
sl@0
    62
sl@0
    63
week day names. Name of the first day of the week (for example, Sunday).
sl@0
    64
sl@0
    65
@publishedAll
sl@0
    66
@externallyDefinedApi
sl@0
    67
*/
sl@0
    68
sl@0
    69
/** @def DAY_2
sl@0
    70
sl@0
    71
week day names. Name of the second day of the week (for example, Monday).
sl@0
    72
sl@0
    73
@publishedAll
sl@0
    74
@externallyDefinedApi
sl@0
    75
*/
sl@0
    76
sl@0
    77
/** @def DAY_3
sl@0
    78
sl@0
    79
week day names. Name of the third day of the week (for example, Tuesday).
sl@0
    80
sl@0
    81
@publishedAll
sl@0
    82
@externallyDefinedApi
sl@0
    83
*/
sl@0
    84
sl@0
    85
/** @def DAY_4
sl@0
    86
sl@0
    87
week day names. Name of the fourth day of the week (for example, Wednesday).
sl@0
    88
sl@0
    89
@publishedAll
sl@0
    90
@externallyDefinedApi
sl@0
    91
*/
sl@0
    92
sl@0
    93
/** @def DAY_5
sl@0
    94
sl@0
    95
week day names. Name of the fifth day of the week (for example, Thursday).
sl@0
    96
sl@0
    97
@publishedAll
sl@0
    98
@externallyDefinedApi
sl@0
    99
*/
sl@0
   100
sl@0
   101
/** @def DAY_6
sl@0
   102
sl@0
   103
week day names. Name of the sixth day of the week (for example, Friday).
sl@0
   104
sl@0
   105
@publishedAll
sl@0
   106
@externallyDefinedApi
sl@0
   107
*/
sl@0
   108
sl@0
   109
/** @def DAY_7
sl@0
   110
sl@0
   111
week day names. Name of the seventh day of the week (for example, Saturday).
sl@0
   112
sl@0
   113
@publishedAll
sl@0
   114
@externallyDefinedApi
sl@0
   115
*/
sl@0
   116
sl@0
   117
/** @def ABDAY_1
sl@0
   118
sl@0
   119
Abbreviated name of the first day of the week.
sl@0
   120
sl@0
   121
@publishedAll
sl@0
   122
@externallyDefinedApi
sl@0
   123
*/
sl@0
   124
sl@0
   125
/** @def ABDAY_2
sl@0
   126
sl@0
   127
Abbreviated name of the second day of the week.
sl@0
   128
sl@0
   129
@publishedAll
sl@0
   130
@externallyDefinedApi
sl@0
   131
*/
sl@0
   132
sl@0
   133
/** @def ABDAY_3
sl@0
   134
sl@0
   135
Abbreviated name of the third day of the week.
sl@0
   136
sl@0
   137
@publishedAll
sl@0
   138
@externallyDefinedApi
sl@0
   139
*/
sl@0
   140
sl@0
   141
/** @def ABDAY_4
sl@0
   142
sl@0
   143
Abbreviated name of the fourth day of the week.
sl@0
   144
sl@0
   145
@publishedAll
sl@0
   146
@externallyDefinedApi
sl@0
   147
*/
sl@0
   148
sl@0
   149
/** @def ABDAY_5
sl@0
   150
sl@0
   151
Abbreviated name of the fifth day of the week.
sl@0
   152
sl@0
   153
@publishedAll
sl@0
   154
@externallyDefinedApi
sl@0
   155
*/
sl@0
   156
sl@0
   157
/** @def ABDAY_6
sl@0
   158
sl@0
   159
Abbreviated name of the sixth day of the week.
sl@0
   160
sl@0
   161
@publishedAll
sl@0
   162
@externallyDefinedApi
sl@0
   163
*/
sl@0
   164
sl@0
   165
/** @def ABDAY_7	
sl@0
   166
sl@0
   167
Abbreviated name of the seventh day of the week.
sl@0
   168
sl@0
   169
@publishedAll
sl@0
   170
@externallyDefinedApi
sl@0
   171
*/
sl@0
   172
sl@0
   173
/** @def MON_1	
sl@0
   174
sl@0
   175
Name of the first month of the year.
sl@0
   176
sl@0
   177
@publishedAll
sl@0
   178
@externallyDefinedApi
sl@0
   179
*/
sl@0
   180
sl@0
   181
/** @def MON_2
sl@0
   182
sl@0
   183
Name of the second month of the year.
sl@0
   184
sl@0
   185
@publishedAll
sl@0
   186
@externallyDefinedApi
sl@0
   187
*/
sl@0
   188
sl@0
   189
/** @def MON_3	
sl@0
   190
sl@0
   191
Name of the third month of the year.
sl@0
   192
sl@0
   193
@publishedAll
sl@0
   194
@externallyDefinedApi
sl@0
   195
*/
sl@0
   196
sl@0
   197
/** @def MON_4	
sl@0
   198
sl@0
   199
Name of the fourth month of the year.
sl@0
   200
sl@0
   201
@publishedAll
sl@0
   202
@externallyDefinedApi
sl@0
   203
*/
sl@0
   204
sl@0
   205
/** @def MON_5	
sl@0
   206
sl@0
   207
Name of the fifth month of the year.
sl@0
   208
sl@0
   209
@publishedAll
sl@0
   210
@externallyDefinedApi
sl@0
   211
*/
sl@0
   212
sl@0
   213
/** @def MON_6
sl@0
   214
sl@0
   215
Name of the sixth month of the year.
sl@0
   216
sl@0
   217
@publishedAll
sl@0
   218
@externallyDefinedApi
sl@0
   219
*/
sl@0
   220
sl@0
   221
/** @def MON_7
sl@0
   222
sl@0
   223
Name of the seventh month of the year.
sl@0
   224
sl@0
   225
@publishedAll
sl@0
   226
@externallyDefinedApi
sl@0
   227
*/
sl@0
   228
sl@0
   229
/** @def MON_8	
sl@0
   230
sl@0
   231
Name of the eigth month of the year.
sl@0
   232
sl@0
   233
@publishedAll
sl@0
   234
@externallyDefinedApi
sl@0
   235
*/
sl@0
   236
sl@0
   237
/** @def MON_9	
sl@0
   238
sl@0
   239
Name of the ninth month of the year.
sl@0
   240
sl@0
   241
@publishedAll
sl@0
   242
@externallyDefinedApi
sl@0
   243
*/
sl@0
   244
sl@0
   245
/** @def MON_10
sl@0
   246
sl@0
   247
Name of the tenth month of the year.
sl@0
   248
sl@0
   249
@publishedAll
sl@0
   250
@externallyDefinedApi
sl@0
   251
*/
sl@0
   252
sl@0
   253
/** @def MON_11
sl@0
   254
sl@0
   255
Name of the eleventh month of the year.
sl@0
   256
sl@0
   257
@publishedAll
sl@0
   258
@externallyDefinedApi
sl@0
   259
*/
sl@0
   260
sl@0
   261
/** @def MON_12
sl@0
   262
sl@0
   263
Name of the twelfth month of the year.
sl@0
   264
sl@0
   265
@publishedAll
sl@0
   266
@externallyDefinedApi
sl@0
   267
*/
sl@0
   268
sl@0
   269
/** @def ERA
sl@0
   270
sl@0
   271
era description segments.
sl@0
   272
sl@0
   273
@publishedAll
sl@0
   274
@externallyDefinedApi
sl@0
   275
*/
sl@0
   276
sl@0
   277
/** @def ERA_D_FMT
sl@0
   278
sl@0
   279
era date format string.
sl@0
   280
sl@0
   281
@publishedAll
sl@0
   282
@externallyDefinedApi
sl@0
   283
*/
sl@0
   284
sl@0
   285
/** @def ERA_D_T_FMT
sl@0
   286
sl@0
   287
era date and time format string.
sl@0
   288
sl@0
   289
@publishedAll
sl@0
   290
@externallyDefinedApi
sl@0
   291
*/
sl@0
   292
sl@0
   293
/** @def ERA_T_FMT
sl@0
   294
sl@0
   295
era time format string.
sl@0
   296
sl@0
   297
@publishedAll
sl@0
   298
@externallyDefinedApi
sl@0
   299
*/
sl@0
   300
sl@0
   301
/** @def ALT_DIGITS
sl@0
   302
sl@0
   303
alternative symbols for digits.
sl@0
   304
sl@0
   305
@publishedAll
sl@0
   306
@externallyDefinedApi
sl@0
   307
*/
sl@0
   308
sl@0
   309
/** @def RADIXCHAR
sl@0
   310
sl@0
   311
radix char.
sl@0
   312
sl@0
   313
@publishedAll
sl@0
   314
@externallyDefinedApi
sl@0
   315
*/
sl@0
   316
sl@0
   317
/** @def THOUSEP
sl@0
   318
sl@0
   319
separator for thousands.
sl@0
   320
sl@0
   321
@publishedAll
sl@0
   322
@externallyDefinedApi
sl@0
   323
*/
sl@0
   324
sl@0
   325
/** @def YESEXPR
sl@0
   326
sl@0
   327
affirmative response expression
sl@0
   328
sl@0
   329
@publishedAll
sl@0
   330
@externallyDefinedApi
sl@0
   331
*/
sl@0
   332
sl@0
   333
/** @def NOEXPR
sl@0
   334
sl@0
   335
negative response expression
sl@0
   336
sl@0
   337
@publishedAll
sl@0
   338
@externallyDefinedApi
sl@0
   339
*/
sl@0
   340
sl@0
   341
/** @def YESSTR
sl@0
   342
sl@0
   343
affirmative response for yes or no queries
sl@0
   344
sl@0
   345
@publishedAll
sl@0
   346
@externallyDefinedApi
sl@0
   347
*/
sl@0
   348
sl@0
   349
/** @def NOSTR
sl@0
   350
sl@0
   351
negative response for yes or no queries
sl@0
   352
sl@0
   353
@publishedAll
sl@0
   354
@externallyDefinedApi
sl@0
   355
*/
sl@0
   356
sl@0
   357
/** @def CRNCYSTR
sl@0
   358
sl@0
   359
currency symbol.
sl@0
   360
sl@0
   361
@publishedAll
sl@0
   362
@externallyDefinedApi
sl@0
   363
*/
sl@0
   364
sl@0
   365
/** @def D_MD_ORDER
sl@0
   366
sl@0
   367
month or day order (local extension)
sl@0
   368
sl@0
   369
@publishedAll
sl@0
   370
@externallyDefinedApi
sl@0
   371
*/
sl@0
   372
sl@0
   373
/** @typedef  typedef	__nl_item	nl_item
sl@0
   374
sl@0
   375
Used by nl_langinfo() to identify items of langinfo data.
sl@0
   376
sl@0
   377
@publishedAll
sl@0
   378
@externallyDefinedApi
sl@0
   379
*/
sl@0
   380
sl@0
   381
/** @fn  nl_langinfo(nl_item aItem)
sl@0
   382
@param aItem
sl@0
   383
@return     In a locale where langinfo data is not defined, this function shall return a pointer to the corresponding string in the smart phone's locale. In all locales, this function shall return a pointer to an empty string if item contains an invalid setting. 
sl@0
   384
This pointer may point to static data that may be overwritten on the next call.
sl@0
   385
sl@0
   386
This function shall return a pointer to a string containing information relevant to the particular language or cultural area defined in the program's locale.
sl@0
   387
This function need not be reentrant. A function that is not required to be reentrant is not required to be thread-safe.
sl@0
   388
sl@0
   389
@publishedAll
sl@0
   390
@externallyDefinedApi
sl@0
   391
*/