OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STLP_LOC_NO_MEMORY
(Results
1 - 10
of
10
) sorted by null
/external/stlport/src/c_locale_win32/
c_locale_win32.c
316
if (!ltype) { *__err_code =
_STLP_LOC_NO_MEMORY
; return ltype; }
350
if (!wbuffer) { free(ltype); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
366
if (!wbuffer) { free(ltype); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
393
if (!lnum) { *__err_code =
_STLP_LOC_NO_MEMORY
; return lnum; }
413
if (!GroupingBuffer) { free(lnum); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
420
if (!lnum->grouping) { free(lnum); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
721
if (!ltime) { *__err_code =
_STLP_LOC_NO_MEMORY
; return ltime; }
736
{ _Locale_time_destroy(ltime); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
744
{ _Locale_time_destroy(ltime); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
753
{ _Locale_time_destroy(ltime); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL;
[
all
...]
c_wlocale_win32.c
69
if (!lcodecvt) { *__err_code =
_STLP_LOC_NO_MEMORY
; return lcodecvt; }
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
316
if (!ltype) { *__err_code =
_STLP_LOC_NO_MEMORY
; return ltype; }
350
if (!wbuffer) { free(ltype); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
366
if (!wbuffer) { free(ltype); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
393
if (!lnum) { *__err_code =
_STLP_LOC_NO_MEMORY
; return lnum; }
413
if (!GroupingBuffer) { free(lnum); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
420
if (!lnum->grouping) { free(lnum); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
721
if (!ltime) { *__err_code =
_STLP_LOC_NO_MEMORY
; return ltime; }
736
{ _Locale_time_destroy(ltime); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
744
{ _Locale_time_destroy(ltime); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL; }
753
{ _Locale_time_destroy(ltime); *__err_code =
_STLP_LOC_NO_MEMORY
; return NULL;
[
all
...]
c_wlocale_win32.c
69
if (!lcodecvt) { *__err_code =
_STLP_LOC_NO_MEMORY
; return lcodecvt; }
/external/stlport/src/
locale_impl.cpp
317
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
370
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
385
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
440
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
456
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
471
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
485
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
531
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
546
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
c_locale.h
103
#define
_STLP_LOC_NO_MEMORY
4
locale.cpp
93
case
_STLP_LOC_NO_MEMORY
:
/ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp
317
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
370
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
385
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
440
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
456
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
471
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
485
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
531
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
546
if (__err_code ==
_STLP_LOC_NO_MEMORY
) {
c_locale.h
103
#define
_STLP_LOC_NO_MEMORY
4
locale.cpp
93
case
_STLP_LOC_NO_MEMORY
:
Completed in 1032 milliseconds