Home | History | Annotate | Download | only in common

Lines Matching refs:curExt

1988         ExtensionListEntry *curExt = langtag->extensions;
1989 while (curExt) {
1990 ExtensionListEntry *nextExt = curExt->next;
1991 uprv_free(curExt);
1992 curExt = nextExt;