Home | History | Annotate | Download | only in i18n

Lines Matching defs:_ids

875     Hashtable* _ids;
881 , _ids(NULL)
913 if (!_ids) {
916 ((NFFactory*)this)->_ids = new Hashtable(status); /* cast away const */
917 if (_ids) {
919 _ids->put(idlist[i], (void*)this, status);
923 return _ids;
932 delete _ids;