Searched refs:U_NO_THROW (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | uobject.h | 43 #ifndef U_NO_THROW 44 #define U_NO_THROW throw() macro 131 static void * U_EXPORT2 operator new(size_t size) U_NO_THROW; 138 static void * U_EXPORT2 operator new[](size_t size) U_NO_THROW; 148 static void U_EXPORT2 operator delete(void *p) U_NO_THROW; 155 static void U_EXPORT2 operator delete[](void *p) U_NO_THROW; 163 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NO_THROW { return ptr; } in new() 170 static inline void U_EXPORT2 operator delete(void *, void *) U_NO_THROW {} in delete() 180 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NO_THROW; 188 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NO_THROW;
|
/external/icu/icu4c/source/common/ |
D | uobject.cpp | 61 void * U_EXPORT2 UMemory::operator new(size_t size) U_NO_THROW { in operator new() 65 void U_EXPORT2 UMemory::operator delete(void *p) U_NO_THROW { in operator delete() 71 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NO_THROW { in operator new[]() 75 void U_EXPORT2 UMemory::operator delete[](void *p) U_NO_THROW { in operator delete[]() 82 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NO_THROW { in operator new() 86 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 | 495 …static inline void * U_EXPORT2 operator new(size_t size) U_NO_THROW { return ::operator new(size);… 496 … static inline void U_EXPORT2 operator delete(void *ptr ) U_NO_THROW { ::operator delete(ptr); }; 505 …T2 operator new(size_t /*size*/, void * onStack, EStackMode /*mode*/) U_NO_THROW { return onStack… in new() 511 …d U_EXPORT2 operator delete(void * /*ptr*/, void * /*onStack*/, EStackMode /*mode*/) U_NO_THROW {} in delete()
|
/external/icu/icu4c/source/ |
D | Doxyfile.in | 197 …EM= U_DEPRECATED= U_OBSOLETE= U_CALLCONV= U_CDECL_BEGIN= U_CDECL_END= U_NO_THROW=\ "U_NAMESPACE_B…
|