Home | History | Annotate | Download | only in common

Lines Matching refs:CReg

402 struct CReg;
405 static CReg* gCRegHead = 0;
407 struct CReg : public icu::UMemory {
408 CReg *next;
412 CReg(const UChar* _iso, const char* _id)
428 CReg* n = new CReg(_iso, _id);
449 CReg** p = &gCRegHead;
452 *p = ((CReg*)key)->next;
453 delete (CReg*)key;
467 CReg* p = gCRegHead;
485 CReg* n = gCRegHead;
500 return CReg::reg(isoCode, id, status);
511 return CReg::unreg(key);
531 CReg::cleanup();
577 const UChar* result = CReg::get(id);