Searched refs:AttributeListEntry (Results 1 – 1 of 1) sorted by relevance
27 typedef struct AttributeListEntry { struct29 struct AttributeListEntry *next; argument30 } AttributeListEntry; typedef494 _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 …]