Update contrib.
1 /** @file ../include/langinfo.h
15 string for formatting date and time
39 a.m. or p.m. time formatting string
63 week day names. Name of the first day of the week (for example, Sunday).
71 week day names. Name of the second day of the week (for example, Monday).
79 week day names. Name of the third day of the week (for example, Tuesday).
87 week day names. Name of the fourth day of the week (for example, Wednesday).
95 week day names. Name of the fifth day of the week (for example, Thursday).
103 week day names. Name of the sixth day of the week (for example, Friday).
106 @externallyDefinedApi
111 week day names. Name of the seventh day of the week (for example, Saturday).
114 @externallyDefinedApi
119 Abbreviated name of the first day of the week.
122 @externallyDefinedApi
127 Abbreviated name of the second day of the week.
130 @externallyDefinedApi
135 Abbreviated name of the third day of the week.
138 @externallyDefinedApi
143 Abbreviated name of the fourth day of the week.
146 @externallyDefinedApi
151 Abbreviated name of the fifth day of the week.
154 @externallyDefinedApi
159 Abbreviated name of the sixth day of the week.
162 @externallyDefinedApi
167 Abbreviated name of the seventh day of the week.
170 @externallyDefinedApi
175 Name of the first month of the year.
178 @externallyDefinedApi
183 Name of the second month of the year.
186 @externallyDefinedApi
191 Name of the third month of the year.
194 @externallyDefinedApi
199 Name of the fourth month of the year.
202 @externallyDefinedApi
207 Name of the fifth month of the year.
210 @externallyDefinedApi
215 Name of the sixth month of the year.
218 @externallyDefinedApi
223 Name of the seventh month of the year.
226 @externallyDefinedApi
231 Name of the eigth month of the year.
234 @externallyDefinedApi
239 Name of the ninth month of the year.
242 @externallyDefinedApi
247 Name of the tenth month of the year.
250 @externallyDefinedApi
255 Name of the eleventh month of the year.
258 @externallyDefinedApi
263 Name of the twelfth month of the year.
266 @externallyDefinedApi
271 era description segments.
274 @externallyDefinedApi
279 era date format string.
282 @externallyDefinedApi
287 era date and time format string.
290 @externallyDefinedApi
295 era time format string.
298 @externallyDefinedApi
303 alternative symbols for digits.
306 @externallyDefinedApi
314 @externallyDefinedApi
319 separator for thousands.
322 @externallyDefinedApi
327 affirmative response expression
330 @externallyDefinedApi
335 negative response expression
338 @externallyDefinedApi
343 affirmative response for yes or no queries
346 @externallyDefinedApi
351 negative response for yes or no queries
354 @externallyDefinedApi
362 @externallyDefinedApi
367 month or day order (local extension)
370 @externallyDefinedApi
373 /** @typedef typedef __nl_item nl_item
375 Used by nl_langinfo() to identify items of langinfo data.
378 @externallyDefinedApi
381 /** @fn nl_langinfo(nl_item 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.
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.
390 @externallyDefinedApi