os/ossrv/genericopenlibs/openenvcore/include/langinfo.dosc
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/include/langinfo.dosc	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,391 @@
     1.4 +/** @file  ../include/langinfo.h
     1.5 +@internalComponent
     1.6 +*/
     1.7 +
     1.8 +/** @def CODESET
     1.9 +
    1.10 +codeset name.
    1.11 +
    1.12 +@publishedAll
    1.13 +@externallyDefinedApi
    1.14 +*/
    1.15 +
    1.16 +/** @def D_T_FMT
    1.17 +
    1.18 +string for formatting date and time
    1.19 +
    1.20 +@publishedAll
    1.21 +@externallyDefinedApi
    1.22 +*/
    1.23 +
    1.24 +/** @def D_FMT
    1.25 +
    1.26 +date format string
    1.27 +
    1.28 +@publishedAll
    1.29 +@externallyDefinedApi
    1.30 +*/
    1.31 +
    1.32 +/** @def T_FMT
    1.33 +
    1.34 +time format string
    1.35 +
    1.36 +@publishedAll
    1.37 +@externallyDefinedApi
    1.38 +*/
    1.39 +
    1.40 +/** @def T_FMT_AMPM
    1.41 +
    1.42 +a.m. or p.m. time formatting string
    1.43 +
    1.44 +@publishedAll
    1.45 +@externallyDefinedApi
    1.46 +*/
    1.47 +
    1.48 +/** @def AM_STR
    1.49 +
    1.50 +Ante Meridian affix.
    1.51 +
    1.52 +@publishedAll
    1.53 +@externallyDefinedApi
    1.54 +*/
    1.55 +
    1.56 +/** @def PM_STR
    1.57 +
    1.58 +Post Meridian affix.
    1.59 +
    1.60 +@publishedAll
    1.61 +@externallyDefinedApi
    1.62 +*/
    1.63 +
    1.64 +/** @def DAY_1
    1.65 +
    1.66 +week day names. Name of the first day of the week (for example, Sunday).
    1.67 +
    1.68 +@publishedAll
    1.69 +@externallyDefinedApi
    1.70 +*/
    1.71 +
    1.72 +/** @def DAY_2
    1.73 +
    1.74 +week day names. Name of the second day of the week (for example, Monday).
    1.75 +
    1.76 +@publishedAll
    1.77 +@externallyDefinedApi
    1.78 +*/
    1.79 +
    1.80 +/** @def DAY_3
    1.81 +
    1.82 +week day names. Name of the third day of the week (for example, Tuesday).
    1.83 +
    1.84 +@publishedAll
    1.85 +@externallyDefinedApi
    1.86 +*/
    1.87 +
    1.88 +/** @def DAY_4
    1.89 +
    1.90 +week day names. Name of the fourth day of the week (for example, Wednesday).
    1.91 +
    1.92 +@publishedAll
    1.93 +@externallyDefinedApi
    1.94 +*/
    1.95 +
    1.96 +/** @def DAY_5
    1.97 +
    1.98 +week day names. Name of the fifth day of the week (for example, Thursday).
    1.99 +
   1.100 +@publishedAll
   1.101 +@externallyDefinedApi
   1.102 +*/
   1.103 +
   1.104 +/** @def DAY_6
   1.105 +
   1.106 +week day names. Name of the sixth day of the week (for example, Friday).
   1.107 +
   1.108 +@publishedAll
   1.109 +@externallyDefinedApi
   1.110 +*/
   1.111 +
   1.112 +/** @def DAY_7
   1.113 +
   1.114 +week day names. Name of the seventh day of the week (for example, Saturday).
   1.115 +
   1.116 +@publishedAll
   1.117 +@externallyDefinedApi
   1.118 +*/
   1.119 +
   1.120 +/** @def ABDAY_1
   1.121 +
   1.122 +Abbreviated name of the first day of the week.
   1.123 +
   1.124 +@publishedAll
   1.125 +@externallyDefinedApi
   1.126 +*/
   1.127 +
   1.128 +/** @def ABDAY_2
   1.129 +
   1.130 +Abbreviated name of the second day of the week.
   1.131 +
   1.132 +@publishedAll
   1.133 +@externallyDefinedApi
   1.134 +*/
   1.135 +
   1.136 +/** @def ABDAY_3
   1.137 +
   1.138 +Abbreviated name of the third day of the week.
   1.139 +
   1.140 +@publishedAll
   1.141 +@externallyDefinedApi
   1.142 +*/
   1.143 +
   1.144 +/** @def ABDAY_4
   1.145 +
   1.146 +Abbreviated name of the fourth day of the week.
   1.147 +
   1.148 +@publishedAll
   1.149 +@externallyDefinedApi
   1.150 +*/
   1.151 +
   1.152 +/** @def ABDAY_5
   1.153 +
   1.154 +Abbreviated name of the fifth day of the week.
   1.155 +
   1.156 +@publishedAll
   1.157 +@externallyDefinedApi
   1.158 +*/
   1.159 +
   1.160 +/** @def ABDAY_6
   1.161 +
   1.162 +Abbreviated name of the sixth day of the week.
   1.163 +
   1.164 +@publishedAll
   1.165 +@externallyDefinedApi
   1.166 +*/
   1.167 +
   1.168 +/** @def ABDAY_7	
   1.169 +
   1.170 +Abbreviated name of the seventh day of the week.
   1.171 +
   1.172 +@publishedAll
   1.173 +@externallyDefinedApi
   1.174 +*/
   1.175 +
   1.176 +/** @def MON_1	
   1.177 +
   1.178 +Name of the first month of the year.
   1.179 +
   1.180 +@publishedAll
   1.181 +@externallyDefinedApi
   1.182 +*/
   1.183 +
   1.184 +/** @def MON_2
   1.185 +
   1.186 +Name of the second month of the year.
   1.187 +
   1.188 +@publishedAll
   1.189 +@externallyDefinedApi
   1.190 +*/
   1.191 +
   1.192 +/** @def MON_3	
   1.193 +
   1.194 +Name of the third month of the year.
   1.195 +
   1.196 +@publishedAll
   1.197 +@externallyDefinedApi
   1.198 +*/
   1.199 +
   1.200 +/** @def MON_4	
   1.201 +
   1.202 +Name of the fourth month of the year.
   1.203 +
   1.204 +@publishedAll
   1.205 +@externallyDefinedApi
   1.206 +*/
   1.207 +
   1.208 +/** @def MON_5	
   1.209 +
   1.210 +Name of the fifth month of the year.
   1.211 +
   1.212 +@publishedAll
   1.213 +@externallyDefinedApi
   1.214 +*/
   1.215 +
   1.216 +/** @def MON_6
   1.217 +
   1.218 +Name of the sixth month of the year.
   1.219 +
   1.220 +@publishedAll
   1.221 +@externallyDefinedApi
   1.222 +*/
   1.223 +
   1.224 +/** @def MON_7
   1.225 +
   1.226 +Name of the seventh month of the year.
   1.227 +
   1.228 +@publishedAll
   1.229 +@externallyDefinedApi
   1.230 +*/
   1.231 +
   1.232 +/** @def MON_8	
   1.233 +
   1.234 +Name of the eigth month of the year.
   1.235 +
   1.236 +@publishedAll
   1.237 +@externallyDefinedApi
   1.238 +*/
   1.239 +
   1.240 +/** @def MON_9	
   1.241 +
   1.242 +Name of the ninth month of the year.
   1.243 +
   1.244 +@publishedAll
   1.245 +@externallyDefinedApi
   1.246 +*/
   1.247 +
   1.248 +/** @def MON_10
   1.249 +
   1.250 +Name of the tenth month of the year.
   1.251 +
   1.252 +@publishedAll
   1.253 +@externallyDefinedApi
   1.254 +*/
   1.255 +
   1.256 +/** @def MON_11
   1.257 +
   1.258 +Name of the eleventh month of the year.
   1.259 +
   1.260 +@publishedAll
   1.261 +@externallyDefinedApi
   1.262 +*/
   1.263 +
   1.264 +/** @def MON_12
   1.265 +
   1.266 +Name of the twelfth month of the year.
   1.267 +
   1.268 +@publishedAll
   1.269 +@externallyDefinedApi
   1.270 +*/
   1.271 +
   1.272 +/** @def ERA
   1.273 +
   1.274 +era description segments.
   1.275 +
   1.276 +@publishedAll
   1.277 +@externallyDefinedApi
   1.278 +*/
   1.279 +
   1.280 +/** @def ERA_D_FMT
   1.281 +
   1.282 +era date format string.
   1.283 +
   1.284 +@publishedAll
   1.285 +@externallyDefinedApi
   1.286 +*/
   1.287 +
   1.288 +/** @def ERA_D_T_FMT
   1.289 +
   1.290 +era date and time format string.
   1.291 +
   1.292 +@publishedAll
   1.293 +@externallyDefinedApi
   1.294 +*/
   1.295 +
   1.296 +/** @def ERA_T_FMT
   1.297 +
   1.298 +era time format string.
   1.299 +
   1.300 +@publishedAll
   1.301 +@externallyDefinedApi
   1.302 +*/
   1.303 +
   1.304 +/** @def ALT_DIGITS
   1.305 +
   1.306 +alternative symbols for digits.
   1.307 +
   1.308 +@publishedAll
   1.309 +@externallyDefinedApi
   1.310 +*/
   1.311 +
   1.312 +/** @def RADIXCHAR
   1.313 +
   1.314 +radix char.
   1.315 +
   1.316 +@publishedAll
   1.317 +@externallyDefinedApi
   1.318 +*/
   1.319 +
   1.320 +/** @def THOUSEP
   1.321 +
   1.322 +separator for thousands.
   1.323 +
   1.324 +@publishedAll
   1.325 +@externallyDefinedApi
   1.326 +*/
   1.327 +
   1.328 +/** @def YESEXPR
   1.329 +
   1.330 +affirmative response expression
   1.331 +
   1.332 +@publishedAll
   1.333 +@externallyDefinedApi
   1.334 +*/
   1.335 +
   1.336 +/** @def NOEXPR
   1.337 +
   1.338 +negative response expression
   1.339 +
   1.340 +@publishedAll
   1.341 +@externallyDefinedApi
   1.342 +*/
   1.343 +
   1.344 +/** @def YESSTR
   1.345 +
   1.346 +affirmative response for yes or no queries
   1.347 +
   1.348 +@publishedAll
   1.349 +@externallyDefinedApi
   1.350 +*/
   1.351 +
   1.352 +/** @def NOSTR
   1.353 +
   1.354 +negative response for yes or no queries
   1.355 +
   1.356 +@publishedAll
   1.357 +@externallyDefinedApi
   1.358 +*/
   1.359 +
   1.360 +/** @def CRNCYSTR
   1.361 +
   1.362 +currency symbol.
   1.363 +
   1.364 +@publishedAll
   1.365 +@externallyDefinedApi
   1.366 +*/
   1.367 +
   1.368 +/** @def D_MD_ORDER
   1.369 +
   1.370 +month or day order (local extension)
   1.371 +
   1.372 +@publishedAll
   1.373 +@externallyDefinedApi
   1.374 +*/
   1.375 +
   1.376 +/** @typedef  typedef	__nl_item	nl_item
   1.377 +
   1.378 +Used by nl_langinfo() to identify items of langinfo data.
   1.379 +
   1.380 +@publishedAll
   1.381 +@externallyDefinedApi
   1.382 +*/
   1.383 +
   1.384 +/** @fn  nl_langinfo(nl_item aItem)
   1.385 +@param aItem
   1.386 +@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. 
   1.387 +This pointer may point to static data that may be overwritten on the next call.
   1.388 +
   1.389 +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.
   1.390 +This function need not be reentrant. A function that is not required to be reentrant is not required to be thread-safe.
   1.391 +
   1.392 +@publishedAll
   1.393 +@externallyDefinedApi
   1.394 +*/