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

  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 220 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;
    [all...]
reslist.h 126 struct SResource *fSame; /* used for duplicates */
129 int32_t fSuffixOffset; /* this string is a suffix of fSame at this offset */
  /external/icu4c/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 32 milliseconds