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

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c220 if ((same = res->u.fString.fSame) != NULL) {
924 res->u.fString.fSame = uhash_get(bundle->fStringSet, res);
927 if (res->u.fString.fSame == NULL) {
961 /* this is a duplicate of fSame */
962 struct SResource *same = res->u.fString.fSame;
1144 string->u.fString.fSame == NULL
1622 diff = (int)(left->u.fString.fSame != NULL) - (int)(right->u.fString.fSame != NULL);
1698 * Temporarily use fSame and fSuffixOffset for suffix strings to
1725 suffixRes->u.fString.fSame
[all...]
H A Dreslist.h126 struct SResource *fSame; /* used for duplicates */ member in struct:SResString
129 int32_t fSuffixOffset; /* this string is a suffix of fSame at this offset */
/external/icu4c/tools/genrb/
H A Dreslist.c222 if ((same = res->u.fString.fSame) != NULL) {
926 res->u.fString.fSame = uhash_get(bundle->fStringSet, res);
929 if (res->u.fString.fSame == NULL) {
963 /* this is a duplicate of fSame */
964 struct SResource *same = res->u.fString.fSame;
1146 string->u.fString.fSame == NULL
1628 diff = (int)(left->u.fString.fSame != NULL) - (int)(right->u.fString.fSame != NULL);
1704 * Temporarily use fSame and fSuffixOffset for suffix strings to
1731 suffixRes->u.fString.fSame
[all...]
H A Dreslist.h126 struct SResource *fSame; /* used for duplicates */ member in struct:SResString
129 int32_t fSuffixOffset; /* this string is a suffix of fSame at this offset */

Completed in 37 milliseconds