Home
last modified time | relevance | path

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

/external/icu4c/tools/genrb/
Dreslist.c220 if ((same = res->u.fString.fSame) != NULL) { in string_write16()
924 res->u.fString.fSame = uhash_get(bundle->fStringSet, res); in string_open()
927 if (res->u.fString.fSame == NULL) { in string_open()
962 struct SResource *same = res->u.fString.fSame; in string_open()
1144 string->u.fString.fSame == NULL in string_close()
1622 diff = (int)(left->u.fString.fSame != NULL) - (int)(right->u.fString.fSame != NULL); in compareStringLengths()
1725 suffixRes->u.fString.fSame = res; in bundle_compactStrings()
1746 for (i = 0; i < count && array[i]->u.fString.fSame == NULL; ++i) { in bundle_compactStrings()
1752 struct SResource *same = res->u.fString.fSame; in bundle_compactStrings()
1754 res->u.fString.fSame = NULL; in bundle_compactStrings()
Dreslist.h126 struct SResource *fSame; /* used for duplicates */ member