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

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h124 struct SResource *fSame; /* used for duplicates */ member in struct:SResString
127 int32_t fSuffixOffset; /* this string is a suffix of fSame at this offset */
H A Dreslist.c161 res->u.fString.fSame = uhash_get(stringSet, res);
162 if (res->u.fString.fSame != NULL) {
322 if ((same = res->u.fString.fSame) != NULL) {
1660 diff = (int)(left->u.fString.fSame != NULL) - (int)(right->u.fString.fSame != NULL);
1745 * Temporarily use fSame and fSuffixOffset for suffix strings to
1772 suffixRes->u.fString.fSame = res;
1793 for (i = 0; i < count && array[i]->u.fString.fSame == NULL; ++i) {
1799 struct SResource *same = res->u.fString.fSame;
1801 res->u.fString.fSame
[all...]

Completed in 179 milliseconds