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

  /libcore/include/
LocalArray.h 32 class LocalArray {
40 LocalArray(size_t desiredByteCount) : mSize(desiredByteCount) {
51 ~LocalArray() {
71 LocalArray(const LocalArray&);
72 void operator=(const LocalArray&);
  /external/icu4c/common/unicode/
localpointer.h 59 * @see LocalArray
216 * LocalArray<UnicodeString> a(new UnicodeString[2]);
228 class LocalArray : public LocalPointerBase<T> {
235 explicit LocalArray(T *p=NULL) : LocalPointerBase<T>(p) {}
240 ~LocalArray() {

Completed in 153 milliseconds