Home | History | Annotate | Download | only in common

Lines Matching refs:curExt

1953         ExtensionListEntry *curExt = langtag->extensions;
1954 while (curExt) {
1955 ExtensionListEntry *nextExt = curExt->next;
1956 uprv_free(curExt);
1957 curExt = nextExt;