Searched refs:fSame (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 394 assert(fSame == NULL); in handlePreflightStrings() 395 fSame = static_cast<StringResource *>(uhash_get(stringSet, this)); in handlePreflightStrings() 396 if (fSame != NULL) { in handlePreflightStrings() 398 if (++fSame->fNumCopies == 1) { in handlePreflightStrings() 399 assert(fSame->fWritten); in handlePreflightStrings() 400 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() 515 if ((same = fSame) != NULL) { in handleWrite16() 1482 diff = (int)(left->fSame != NULL) - (int)(right->fSame != NULL); in compareStringLengths() 1574 suffixRes->fSame = res; in compactStringsV2() 1645 for (i = 0; i < count && array[i]->fSame == NULL; ++i) { in compactStringsV2() [all …]
|
D | reslist.h | 322 fSame(NULL), fSuffixOffset(0), in StringResource() 326 fSame(NULL), fSuffixOffset(0), in StringResource() 332 fSame(NULL), fSuffixOffset(0), in StringResource() 349 StringResource *fSame; // used for duplicates variable
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 413 assert(fSame == NULL); in handlePreflightStrings() 414 fSame = static_cast<StringResource *>(uhash_get(stringSet, this)); in handlePreflightStrings() 415 if (fSame != NULL) { in handlePreflightStrings() 417 if (++fSame->fNumCopies == 1) { in handlePreflightStrings() 418 assert(fSame->fWritten); in handlePreflightStrings() 419 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() 534 if ((same = fSame) != NULL) { in handleWrite16() 1539 diff = (int)(left->fSame != NULL) - (int)(right->fSame != NULL); in compareStringLengths() 1631 suffixRes->fSame = res; in compactStringsV2() 1702 for (i = 0; i < count && array[i]->fSame == NULL; ++i) { in compactStringsV2() [all …]
|
D | reslist.h | 344 fSame(NULL), fSuffixOffset(0), in StringResource() 348 fSame(NULL), fSuffixOffset(0), in StringResource() 354 fSame(NULL), fSuffixOffset(0), in StringResource() 371 StringResource *fSame; // used for duplicates variable
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.cpp | 413 assert(fSame == NULL); in handlePreflightStrings() 414 fSame = static_cast<StringResource *>(uhash_get(stringSet, this)); in handlePreflightStrings() 415 if (fSame != NULL) { in handlePreflightStrings() 417 if (++fSame->fNumCopies == 1) { in handlePreflightStrings() 418 assert(fSame->fWritten); in handlePreflightStrings() 419 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() 534 if ((same = fSame) != NULL) { in handleWrite16() 1531 diff = (int)(left->fSame != NULL) - (int)(right->fSame != NULL); in compareStringLengths() 1623 suffixRes->fSame = res; in compactStringsV2() 1694 for (i = 0; i < count && array[i]->fSame == NULL; ++i) { in compactStringsV2() [all …]
|
D | reslist.h | 344 fSame(NULL), fSuffixOffset(0), in StringResource() 348 fSame(NULL), fSuffixOffset(0), in StringResource() 354 fSame(NULL), fSuffixOffset(0), in StringResource() 371 StringResource *fSame; // used for duplicates variable
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 413 assert(fSame == NULL); in handlePreflightStrings() 414 fSame = static_cast<StringResource *>(uhash_get(stringSet, this)); in handlePreflightStrings() 415 if (fSame != NULL) { in handlePreflightStrings() 417 if (++fSame->fNumCopies == 1) { in handlePreflightStrings() 418 assert(fSame->fWritten); in handlePreflightStrings() 419 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() 534 if ((same = fSame) != NULL) { in handleWrite16() 1539 diff = (int)(left->fSame != NULL) - (int)(right->fSame != NULL); in compareStringLengths() 1631 suffixRes->fSame = res; in compactStringsV2() 1702 for (i = 0; i < count && array[i]->fSame == NULL; ++i) { in compactStringsV2() [all …]
|
D | reslist.h | 344 fSame(NULL), fSuffixOffset(0), in StringResource() 348 fSame(NULL), fSuffixOffset(0), in StringResource() 354 fSame(NULL), fSuffixOffset(0), in StringResource() 371 StringResource *fSame; // used for duplicates variable
|