HomeSort by relevance Sort by last modified time
    Searched refs:fSame (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/tools/genrb/
reslist.h 124 struct SResource *fSame; /* used for duplicates */
127 int32_t fSuffixOffset; /* this string is a suffix of fSame at this offset */
reslist.c 161 res->u.fString.fSame = uhash_get(stringSet, res);
162 if (res->u.fString.fSame != NULL) {
322 if ((same = res->u.fString.fSame) != NULL) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 222 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;
    [all...]
reslist.h 126 struct SResource *fSame; /* used for duplicates */
129 int32_t fSuffixOffset; /* this string is a suffix of fSame at this offset */

Completed in 154 milliseconds