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

  /external/icu/icu4c/source/tools/genrb/
reslist.h 320 fSame(NULL), fSuffixOffset(0),
324 fSame(NULL), fSuffixOffset(0),
330 fSame(NULL), fSuffixOffset(0),
347 StringResource *fSame; // used for duplicates
348 int32_t fSuffixOffset; // this string is a suffix of fSame at this offset
reslist.cpp 392 assert(fSame == NULL);
393 fSame = static_cast<StringResource *>(uhash_get(stringSet, this));
394 if (fSame != NULL) {
396 if (++fSame->fNumCopies == 1) {
397 assert(fSame->fWritten);
398 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes);
513 if ((same = fSame) != NULL) {
    [all...]

Completed in 513 milliseconds