Searched refs:_obj (Results 1 – 5 of 5) sorted by relevance
38 , _obj(objToAdopt) in SimpleLocaleKeyFactory()49 , _obj(objToAdopt) in SimpleLocaleKeyFactory()58 delete _obj; in ~SimpleLocaleKeyFactory()59 _obj = NULL; in ~SimpleLocaleKeyFactory()71 return service->cloneInstance(_obj); in create()
416 UVector* _obj; member417 UVectorDeleter() : _obj(NULL) {} in UVectorDeleter()418 ~UVectorDeleter() { delete _obj; } in ~UVectorDeleter()521 if (cacheDescriptorList._obj == NULL) { in getKey()522 cacheDescriptorList._obj = new UVector(uhash_deleteUnicodeString, NULL, 5, status); in getKey()533 cacheDescriptorList._obj->addElement(idToCache, status); in getKey()548 if (cacheDescriptorList._obj != NULL) { in getKey()549 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) { in getKey()550 … UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i); in getKey()558 cacheDescriptorList._obj->removeElementAt(i); in getKey()
302 UObject* _obj;
69 _obj(obj), in ThreadPosix()310 if (!_runFunction(_obj)) in Run()
47 ThreadObj _obj; variable