Home | History | Annotate | Download | only in common

Lines Matching refs:_obj

420     UVector* _obj;
421 UVectorDeleter() : _obj(NULL) {}
422 ~UVectorDeleter() { delete _obj; }
525 if (cacheDescriptorList._obj == NULL) {
526 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status);
537 cacheDescriptorList._obj->addElement(idToCache, status);
552 if (cacheDescriptorList._obj != NULL) {
553 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) {
554 UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i);
562 cacheDescriptorList._obj->removeElementAt(i);