Lines Matching defs:hint
36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__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()
40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__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()
44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__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()
48 static void* _Loc_messages_create(const char * s, _Locale_name_hint* hint, int *__err_code) in _Loc_messages_create()
140 __acquire_category(const char* &name, char *buf, _Locale_name_hint* hint, in __acquire_category()
236 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, in… in __acquire_ctype()
241 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint… in __acquire_codecvt()
246 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint… in __acquire_numeric()
251 _Locale_time* _STLP_CALL __acquire_time(const char* &name, char *buf, _Locale_name_hint* hint, int … in __acquire_time()
256 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint… in __acquire_collate()
261 …ary* _STLP_CALL __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__e… in __acquire_monetary()
266 …ges* _STLP_CALL __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__e… in __acquire_messages()