Searched refs:_STLP_LOC_NO_MEMORY (Results 1 – 5 of 5) sorted by relevance
317 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_time_facets()370 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_collate_facets()385 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_collate_facets()440 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_monetary_facets()456 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_monetary_facets()471 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_monetary_facets()485 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_monetary_facets()531 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_messages_facets()546 if (__err_code == _STLP_LOC_NO_MEMORY) { in insert_messages_facets()
103 #define _STLP_LOC_NO_MEMORY 4 macro
92 case _STLP_LOC_NO_MEMORY: in _M_throw_on_creation_failure()
316 if (!ltype) { *__err_code = _STLP_LOC_NO_MEMORY; return ltype; } in _Locale_ctype_create()350 if (!wbuffer) { free(ltype); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_ctype_create()366 if (!wbuffer) { free(ltype); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_ctype_create()393 if (!lnum) { *__err_code = _STLP_LOC_NO_MEMORY; return lnum; } in _Locale_numeric_create()413 if (!GroupingBuffer) { free(lnum); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_numeric_create()420 if (!lnum->grouping) { free(lnum); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_numeric_create()721 if (!ltime) { *__err_code = _STLP_LOC_NO_MEMORY; return ltime; } in _Locale_time_create()736 { _Locale_time_destroy(ltime); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_time_create()744 { _Locale_time_destroy(ltime); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_time_create()753 { _Locale_time_destroy(ltime); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_time_create()[all …]
69 if (!lcodecvt) { *__err_code = _STLP_LOC_NO_MEMORY; return lcodecvt; } in _Locale_codecvt_create()