Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c93 typedef struct StringStruct { struct
94 struct StringStruct *link; argument
96 } StringStruct; typedef
105 StringStruct *dest; in toUChar()
124 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct); in toUChar()
125 dest = (StringStruct *)malloc(destSize); in toUChar()
143 dest->link = (StringStruct*)(*freeHook); in toUChar()
149 StringStruct *s = *(StringStruct **)hook; in freeToUCharStrings()
151 StringStruct *next = s->link; in freeToUCharStrings()