Lines Matching refs:nl_langinfo
26 * @tc.desc : Asserts whether the nl_langinfo function succeeds in reading data
39 char *ptr = nl_langinfo(DAY_2);
45 * @tc.desc : Assert that the nl_langinfo function does not read data from the default zh_CN.UTF-8 file
56 char *ptr = nl_langinfo(DAY_2);
65 * and whether the return value is empty when the abnormal time data is passed to the nl_langinfo function.
77 char *ptr = nl_langinfo(TIME_ERROR_INFO);
84 * and whether the return value is empty when the abnormal time data is passed to the nl_langinfo function
91 char *ptr = nl_langinfo(MESSAGES_ERROR_INFO);
98 * when the function nl_langinfo passes in the CODESET parameter
108 char *ptr = nl_langinfo(CODESET);
116 ptr = nl_langinfo(CODESET);
123 * when the function nl_langinfo passes in the "65535" parameter
133 char *ptr = nl_langinfo(RADIXCHAR - 1);
140 * when the function nl_langinfo passes in the THOUSEP parameter
150 char *ptr = nl_langinfo(THOUSEP);
157 * when the function nl_langinfo passes in the THOUSEP * LC_MONETARY parameter
167 char *ptr = nl_langinfo(THOUSEP * LC_MONETARY);
174 * when the function nl_langinfo passes in the RADIXCHAR * LC_MONETARY parameter
184 char *ptr = nl_langinfo(RADIXCHAR * LC_MONETARY);