Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_tag.c27 typedef struct AttributeListEntry { struct
29 struct AttributeListEntry *next; argument
30 } AttributeListEntry; typedef
494 _addAttributeToList(AttributeListEntry **first, AttributeListEntry *attr) { in _addAttributeToList()
501 AttributeListEntry *prev, *cur; in _addAttributeToList()
910 AttributeListEntry *firstAttr = NULL; in _appendKeywordsToLanguageTag()
911 AttributeListEntry *attr; in _appendKeywordsToLanguageTag()
965 attr = (AttributeListEntry*)uprv_malloc(sizeof(AttributeListEntry)); in _appendKeywordsToLanguageTag()
1171 AttributeListEntry *tmpAttr = attr->next; in _appendKeywordsToLanguageTag()
1202 AttributeListEntry *attrFirst = NULL; /* first attribute */ in _appendLDMLExtensionAsKeywords()
[all …]