Home | History | Annotate | Download | only in common

Lines Matching full:_obj

416     UVector* _obj;
417 UVectorDeleter() : _obj(NULL) {}
418 ~UVectorDeleter() { delete _obj; }
521 if (cacheDescriptorList._obj == NULL) {
522 cacheDescriptorList._obj = new UVector(uhash_deleteUnicodeString, NULL, 5, status);
533 cacheDescriptorList._obj->addElement(idToCache, status);
548 if (cacheDescriptorList._obj != NULL) {
549 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) {
550 UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i);
558 cacheDescriptorList._obj->removeElementAt(i);