Searched refs:U_NOEXCEPT (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dlocalpointer.h222 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
241 LocalPointer<T> &operator=(LocalPointer<T> &&src) U_NOEXCEPT {
255 LocalPointer<T> &moveFrom(LocalPointer<T> &src) U_NOEXCEPT {
266 void swap(LocalPointer<T> &other) U_NOEXCEPT {
277 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT {
371 LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
390 LocalArray<T> &operator=(LocalArray<T> &&src) U_NOEXCEPT {
404 LocalArray<T> &moveFrom(LocalArray<T> &src) U_NOEXCEPT {
415 void swap(LocalArray<T> &other) U_NOEXCEPT {
426 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT {
[all...]
H A Dplatform.h517 * \def U_NOEXCEPT
523 #ifdef U_NOEXCEPT
526 # define U_NOEXCEPT macro
529 # define U_NOEXCEPT noexcept macro
531 # define U_NOEXCEPT macro
H A Dunistr.h1916 UnicodeString &operator=(UnicodeString &&src) U_NOEXCEPT {
1931 UnicodeString &moveFrom(UnicodeString &src) U_NOEXCEPT; member in class:UnicodeString
1938 void swap(UnicodeString &other) U_NOEXCEPT; member in class:UnicodeString
1947 swap(UnicodeString &s1, UnicodeString &s2) U_NOEXCEPT {
3223 UnicodeString(UnicodeString &&src) U_NOEXCEPT; member in class:UnicodeString
3539 void copyFieldsFrom(UnicodeString &src, UBool setSrcToBogus) U_NOEXCEPT; member in class:UnicodeString
/external/icu/icu4c/source/common/
H A Dcmemory.h170 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
187 LocalMemory<T> &operator=(LocalMemory<T> &&src) U_NOEXCEPT {
199 LocalMemory<T> &moveFrom(LocalMemory<T> &src) U_NOEXCEPT {
209 void swap(LocalMemory<T> &other) U_NOEXCEPT {
219 friend inline void swap(LocalMemory<T> &p1, LocalMemory<T> &p2) U_NOEXCEPT {
H A Dunistr.cpp310 UnicodeString::UnicodeString(UnicodeString &&src) U_NOEXCEPT {
575 UnicodeString &UnicodeString::moveFrom(UnicodeString &src) U_NOEXCEPT {
584 void UnicodeString::copyFieldsFrom(UnicodeString &src, UBool setSrcToBogus) U_NOEXCEPT {
610 void UnicodeString::swap(UnicodeString &other) U_NOEXCEPT {

Completed in 147 milliseconds