Searched defs:AttributeListEntry (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Duloc_tag.c27 typedef struct AttributeListEntry { struct
29 struct AttributeListEntry *next;
30 } AttributeListEntry; typedef in typeref:struct:AttributeListEntry
494 _addAttributeToList(AttributeListEntry **first, AttributeListEntry *attr) {
501 AttributeListEntry *prev, *cur;
910 AttributeListEntry *firstAttr = NULL;
911 AttributeListEntry *attr;
964 /* create AttributeListEntry */
965 attr = (AttributeListEntry*)uprv_mallo
[all...]

Completed in 51 milliseconds