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

  /external/chromium_org/third_party/icu/source/common/unicode/
bytestrie.h 65 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
81 : ownedArray_(NULL), bytes_(other.bytes_),
352 : ownedArray_(static_cast<uint8_t *>(adoptBytes)),
504 uint8_t *ownedArray_;
ucharstrie.h 65 : ownedArray_(NULL), uchars_(trieUChars),
81 : ownedArray_(NULL), uchars_(other.uchars_),
370 : ownedArray_(adoptUChars), uchars_(trieUChars),
561 UChar *ownedArray_;
  /external/icu/icu4c/source/common/unicode/
bytestrie.h 65 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
81 : ownedArray_(NULL), bytes_(other.bytes_),
352 : ownedArray_(static_cast<uint8_t *>(adoptBytes)),
504 uint8_t *ownedArray_;
ucharstrie.h 65 : ownedArray_(NULL), uchars_(trieUChars),
81 : ownedArray_(NULL), uchars_(other.uchars_),
370 : ownedArray_(adoptUChars), uchars_(trieUChars),
561 UChar *ownedArray_;

Completed in 2521 milliseconds