Home | History | Annotate | Download | only in i18n

Lines Matching refs:CReg

246 struct CReg;
249 static CReg* gCRegHead = 0;
251 struct CReg : public icu::UMemory {
252 CReg *next;
256 CReg(const UChar* _iso, const char* _id)
272 CReg* n = new CReg(_iso, _id);
293 CReg** p = &gCRegHead;
296 *p = ((CReg*)key)->next;
297 delete (CReg*)key;
311 CReg* p = gCRegHead;
329 CReg* n = gCRegHead;
344 return CReg::reg(isoCode, id, status);
355 return CReg::unreg(key);
375 CReg::cleanup();
417 const UChar* result = CReg::get(id);