HomeSort by relevance Sort by last modified time
    Searched refs:U_NOEXCEPT (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/unicode/
localpointer.h 222 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...]
platform.h 517 * \def U_NOEXCEPT
523 #ifdef U_NOEXCEPT
526 # define U_NOEXCEPT
529 # define U_NOEXCEPT noexcept
531 # define U_NOEXCEPT
unistr.h     [all...]
  /external/icu/icu4c/source/common/
cmemory.h 170 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 {
unistr.cpp 310 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 {
    [all...]

Completed in 230 milliseconds