Home
last modified time | relevance | path

Searched refs:firstExt (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duloc_tag.c918 ExtensionListEntry *firstExt = NULL; in _appendKeywordsToLanguageTag() local
1086 if (!_addExtensionToList(&firstExt, ext, TRUE)) { in _appendKeywordsToLanguageTag()
1106 if (!_addExtensionToList(&firstExt, ext, TRUE)) { in _appendKeywordsToLanguageTag()
1111 if (U_SUCCESS(*status) && (firstExt != NULL || firstAttr != NULL)) { in _appendKeywordsToLanguageTag()
1113 for (ext = firstExt; ext; ext = ext->next) { in _appendKeywordsToLanguageTag()
1166 ext = firstExt; in _appendKeywordsToLanguageTag()