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