Searched refs:fSame (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.h | 344 fSame(nullptr), fSuffixOffset(0), in StringResource() 348 fSame(nullptr), fSuffixOffset(0), in StringResource() 354 fSame(nullptr), fSuffixOffset(0), in StringResource() 371 StringResource *fSame; // used for duplicates member in StringResource 372 int32_t fSuffixOffset; // this string is a suffix of fSame at this offset
|
H A D | reslist.cpp | 413 assert(fSame == nullptr); in handlePreflightStrings() 414 fSame = static_cast<StringResource *>(uhash_get(stringSet, this)); in handlePreflightStrings() 415 if (fSame != nullptr) { 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) != nullptr) { in handleWrite16() 1531 diff = (int)(left->fSame != nullptr) - (int)(right->fSame != nullptr); in compareStringLengths() 1600 * Temporarily use fSame an in compactStringsV2() [all...] |
/third_party/icu/icu4c/source/tools/genrb/ |
H A 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 member in StringResource 372 int32_t fSuffixOffset; // this string is a suffix of fSame at this offset
|
H A 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() 1600 * Temporarily use fSame an in compactStringsV2() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A 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 member in StringResource 372 int32_t fSuffixOffset; // this string is a suffix of fSame at this offset
|
H A 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() 1608 * Temporarily use fSame an in compactStringsV2() [all...] |
/third_party/backends/backend/ |
H A D | niash.c | 986 SANE_Bool fSame; in sane_control_option() local 1098 fSame = s->aValues[n].w == *(SANE_Word *) pVal; in sane_control_option() 1109 if (!fSame && optLast > optGammaTable) in sane_control_option()
|
Completed in 13 milliseconds