Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_tag.c30 typedef struct AttributeListEntry { struct
32 struct AttributeListEntry *next; argument
33 } AttributeListEntry; typedef
497 _addAttributeToList(AttributeListEntry **first, AttributeListEntry *attr) { in _addAttributeToList()
504 AttributeListEntry *prev, *cur; in _addAttributeToList()
920 AttributeListEntry *firstAttr = NULL; in _appendKeywordsToLanguageTag()
921 AttributeListEntry *attr; in _appendKeywordsToLanguageTag()
973 attr = (AttributeListEntry*)uprv_malloc(sizeof(AttributeListEntry)); in _appendKeywordsToLanguageTag()
1175 AttributeListEntry *tmpAttr = attr->next; in _appendKeywordsToLanguageTag()
1206 AttributeListEntry *attrFirst = NULL; /* first attribute */ in _appendLDMLExtensionAsKeywords()
[all …]