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

  /external/icu/icu4c/source/common/unicode/
bytestrie.h 67 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
83 : ownedArray_(NULL), bytes_(other.bytes_),
353 : ownedArray_(static_cast<uint8_t *>(adoptBytes)),
505 uint8_t *ownedArray_;
ucharstrie.h 67 : ownedArray_(NULL), uchars_(trieUChars),
83 : ownedArray_(NULL), uchars_(other.uchars_),
372 : ownedArray_(adoptUChars), uchars_(trieUChars),
563 char16_t *ownedArray_;
  /external/icu/icu4c/source/common/
bytestrie.cpp 27 uprv_free(ownedArray_);
ucharstrie.cpp 28 uprv_free(ownedArray_);

Completed in 542 milliseconds