Home
last modified time | relevance | path

Searched refs:U_NO_THROW (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/unicode/
Duobject.h80 #ifndef U_NO_THROW
81 #define U_NO_THROW throw() macro
120 static void * U_EXPORT2 operator new(size_t size) U_NO_THROW;
127 static void * U_EXPORT2 operator new[](size_t size) U_NO_THROW;
137 static void U_EXPORT2 operator delete(void *p) U_NO_THROW;
144 static void U_EXPORT2 operator delete[](void *p) U_NO_THROW;
152 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NO_THROW { return ptr; } in new()
159 static inline void U_EXPORT2 operator delete(void *, void *) U_NO_THROW {} in delete()
169 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NO_THROW;
177 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NO_THROW;
/external/icu4c/common/
Duobject.cpp59 void * U_EXPORT2 UMemory::operator new(size_t size) U_NO_THROW { in operator new()
63 void U_EXPORT2 UMemory::operator delete(void *p) U_NO_THROW { in operator delete()
69 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NO_THROW { in operator new[]()
73 void U_EXPORT2 UMemory::operator delete[](void *p) U_NO_THROW { in operator delete[]()
80 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NO_THROW { in operator new()
84 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NO_THROW { in operator delete()
/external/icu4c/
DDoxyfile.in195 …EM= U_DEPRECATED= U_OBSOLETE= U_CALLCONV= U_CDECL_BEGIN= U_CDECL_END= U_NO_THROW= U_NAMESPACE_BEG…