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