Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/tools/genrb/
Dreslist.c222 if ((same = res->u.fString.fSame) != NULL) { in string_write16()
926 res->u.fString.fSame = uhash_get(bundle->fStringSet, res); in string_open()
929 if (res->u.fString.fSame == NULL) { in string_open()
964 struct SResource *same = res->u.fString.fSame; in string_open()
1146 string->u.fString.fSame == NULL in string_close()
1628 diff = (int)(left->u.fString.fSame != NULL) - (int)(right->u.fString.fSame != NULL); in compareStringLengths()
1731 suffixRes->u.fString.fSame = res; in bundle_compactStrings()
1752 for (i = 0; i < count && array[i]->u.fString.fSame == NULL; ++i) { in bundle_compactStrings()
1758 struct SResource *same = res->u.fString.fSame; in bundle_compactStrings()
1760 res->u.fString.fSame = NULL; in bundle_compactStrings()
Dreslist.h126 struct SResource *fSame; /* used for duplicates */ member
/external/icu/icu4c/source/tools/genrb/
Dreslist.c161 res->u.fString.fSame = uhash_get(stringSet, res); in string_preflightStrings()
162 if (res->u.fString.fSame != NULL) { in string_preflightStrings()
322 if ((same = res->u.fString.fSame) != NULL) { in string_write16()
1660 diff = (int)(left->u.fString.fSame != NULL) - (int)(right->u.fString.fSame != NULL); in compareStringLengths()
1772 suffixRes->u.fString.fSame = res; in bundle_compactStrings()
1793 for (i = 0; i < count && array[i]->u.fString.fSame == NULL; ++i) { in bundle_compactStrings()
1799 struct SResource *same = res->u.fString.fSame; in bundle_compactStrings()
1801 res->u.fString.fSame = NULL; in bundle_compactStrings()
Dreslist.h124 struct SResource *fSame; /* used for duplicates */ member