Lines Matching refs:hint

36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code)
37 { return _Locale_ctype_create(s, hint, __err_code); }
38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code)
39 { return _Locale_codecvt_create(s, hint, __err_code); }
40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code)
41 { return _Locale_numeric_create(s, hint, __err_code); }
42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code)
43 { return _Locale_time_create(s, hint, __err_code); }
44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code)
45 { return _Locale_collate_create(s, hint, __err_code); }
46 static void* _Loc_monetary_create(const char * s, _Locale_name_hint* hint, int *__err_code)
47 { return _Locale_monetary_create(s, hint, __err_code); }
48 static void* _Loc_messages_create(const char * s, _Locale_name_hint* hint, int *__err_code)
49 { return _Locale_messages_create(s, hint, __err_code); }
140 __acquire_category(const char* &name, char *buf, _Locale_name_hint* hint,
164 const char* cname = extract_name(name, buf, hint, __err_code);
183 (*result.first).second.first = create_obj(name, hint, __err_code);
236 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
237 return __REINTERPRET_CAST(_Locale_ctype*, __acquire_category(name, buf, hint,
241 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
242 return __REINTERPRET_CAST(_Locale_codecvt*, __acquire_category(name, buf, hint,
246 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
247 return __REINTERPRET_CAST(_Locale_numeric*, __acquire_category(name, buf, hint,
251 _Locale_time* _STLP_CALL __acquire_time(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
252 return __REINTERPRET_CAST(_Locale_time*, __acquire_category(name, buf, hint,
256 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
257 return __REINTERPRET_CAST(_Locale_collate*, __acquire_category(name, buf, hint,
261 _Locale_monetary* _STLP_CALL __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
262 return __REINTERPRET_CAST(_Locale_monetary*, __acquire_category(name, buf, hint,
266 _Locale_messages* _STLP_CALL __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) {
267 return __REINTERPRET_CAST(_Locale_messages*, __acquire_category(name, buf, hint,