Home | History | Annotate | Download | only in common

Lines Matching defs:curExt

2457         ExtensionListEntry *curExt = langtag->extensions;
2458 while (curExt) {
2459 ExtensionListEntry *nextExt = curExt->next;
2460 uprv_free(curExt);
2461 curExt = nextExt;