Searched refs:U_NO_THROW (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | uobject.h | 41 #ifndef U_NO_THROW 42 #define U_NO_THROW throw() macro 129 static void * U_EXPORT2 operator new(size_t size) U_NO_THROW; 136 static void * U_EXPORT2 operator new[](size_t size) U_NO_THROW; 146 static void U_EXPORT2 operator delete(void *p) U_NO_THROW; 153 static void U_EXPORT2 operator delete[](void *p) U_NO_THROW; 161 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NO_THROW { return ptr; } in new() 168 static inline void U_EXPORT2 operator delete(void *, void *) U_NO_THROW {} in delete() 178 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NO_THROW; 186 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NO_THROW;
|
/external/icu/icu4c/source/common/ |
D | uobject.cpp | 59 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/icu/icu4c/source/i18n/ |
D | digitlst.h | 494 …static inline void * U_EXPORT2 operator new(size_t size) U_NO_THROW { return ::operator new(size);… 495 … static inline void U_EXPORT2 operator delete(void *ptr ) U_NO_THROW { ::operator delete(ptr); }; 503 …T2 operator new(size_t /*size*/, void * onStack, EStackMode /*mode*/) U_NO_THROW { return onStack… in new() 509 …d U_EXPORT2 operator delete(void * /*ptr*/, void * /*onStack*/, EStackMode /*mode*/) U_NO_THROW {} in delete()
|
/external/icu/icu4c/source/ |
D | Doxyfile.in | 195 …EM= U_DEPRECATED= U_OBSOLETE= U_CALLCONV= U_CDECL_BEGIN= U_CDECL_END= U_NO_THROW=\ "U_NAMESPACE_B…
|