Home | History | Annotate | Download | only in common

Lines Matching refs:curExt

2462         ExtensionListEntry *curExt = langtag->extensions;
2463 while (curExt) {
2464 ExtensionListEntry *nextExt = curExt->next;
2465 uprv_free(curExt);
2466 curExt = nextExt;