Searched refs:cShortName (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h112 const char *cShortName; /* name of what we're building as a C identifier */ member in struct:UPKGOptions_
H A Dpkgdata.cpp362 cp = csname = (char *) uprv_malloc((len + 1 + 1) * sizeof(*o.cShortName));
371 o.cShortName = csname;
443 o.entryName = o.cShortName;
480 if (o.cShortName != NULL) {
481 uprv_free((char *)o.cShortName);

Completed in 40 milliseconds