/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 1079 r = res_findResource(&(mainRes->fResData), mainRes->fRes, &aKey, &temp); in init_resb_result() 1081 r = mainRes->fRes; in init_resb_result() 1151 r = result->fRes; /* switch to a new resource, possibly a new tree */ in init_resb_result() 1255 resB->fRes = r; in init_resb_result() 1256 /*resB->fParent = parent->fRes;*/ in init_resb_result() 1258 resB->fSize = res_countArrayItems(&(resB->fResData), resB->fRes); in init_resb_result() 1308 s = res_getString({resB}, &(resB->fResData), resB->fRes, len); in ures_getString() 1397 p = res_getBinary({resB}, &(resB->fResData), resB->fRes, len); in ures_getBinary() 1414 p = res_getIntVector({resB}, &(resB->fResData), resB->fRes, len); in ures_getIntVector() 1431 if(RES_GET_TYPE(resB->fRes) ! in ures_getInt() [all...] |
H A D | uresimp.h | 76 Resource fRes; member
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.cpp | 152 : fType(URES_NONE), fWritten(false), fRes(RES_BOGUS), fRes16(-1), fKey(-1), fKey16(-1), in SResource() 159 : fType(type), fWritten(false), fRes(RES_BOGUS), fRes16(-1), in SResource() 276 fRes = URES_MAKE_EMPTY_RESOURCE(type); in StringBaseResource() 292 fRes = URES_MAKE_EMPTY_RESOURCE(type); in StringBaseResource() 334 fRes = URES_MAKE_RESOURCE(URES_INT, value & RES_MAX_OFFSET); in IntResource() 397 fRes = URES_MAKE_EMPTY_RESOURCE(URES_BINARY); in BinaryResource() 419 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() 463 if (fRes != RES_BOGUS) { in preflightStrings() 528 * For unique UTF-16 v2 strings, write16() sees fRes != RES_BOGUS 536 assert(same->fRes ! in handleWrite16() [all...] |
H A D | reslist.h | 232 int8_t fType; /* nominal type: fRes (when != 0xffffffff) may use subtype */ 234 uint32_t fRes; /* resource item word; RES_BOGUS=0xffffffff if not known yet */ member 235 int32_t fRes16; /* Res16 version of fRes for Table, Table16, Array16; -1 if it does not fit. */ 357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
|
H A D | derb.cpp | 597 r = res_getTableItemByIndex(&resource->getResData(), resource->fRes, i, &key); in printOutBundle() 599 r = res_getArrayItem(&resource->getResData(), resource->fRes, i); in printOutBundle()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 152 : fType(URES_NONE), fWritten(false), fRes(RES_BOGUS), fRes16(-1), fKey(-1), fKey16(-1), in SResource() 159 : fType(type), fWritten(false), fRes(RES_BOGUS), fRes16(-1), in SResource() 276 fRes = URES_MAKE_EMPTY_RESOURCE(type); in StringBaseResource() 292 fRes = URES_MAKE_EMPTY_RESOURCE(type); in StringBaseResource() 334 fRes = URES_MAKE_RESOURCE(URES_INT, value & RES_MAX_OFFSET); in IntResource() 397 fRes = URES_MAKE_EMPTY_RESOURCE(URES_BINARY); in BinaryResource() 419 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() 463 if (fRes != RES_BOGUS) { in preflightStrings() 528 * For unique UTF-16 v2 strings, write16() sees fRes != RES_BOGUS 536 assert(same->fRes ! in handleWrite16() [all...] |
H A D | reslist.h | 232 int8_t fType; /* nominal type: fRes (when != 0xffffffff) may use subtype */ 234 uint32_t fRes; /* resource item word; RES_BOGUS=0xffffffff if not known yet */ member 235 int32_t fRes16; /* Res16 version of fRes for Table, Table16, Array16; -1 if it does not fit. */ 357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
|
H A D | derb.cpp | 597 r = res_getTableItemByIndex(&resource->getResData(), resource->fRes, i, &key); in printOutBundle() 599 r = res_getArrayItem(&resource->getResData(), resource->fRes, i); in printOutBundle()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | reslist.cpp | 152 : fType(URES_NONE), fWritten(FALSE), fRes(RES_BOGUS), fRes16(-1), fKey(-1), fKey16(-1), in SResource() 159 : fType(type), fWritten(FALSE), fRes(RES_BOGUS), fRes16(-1), in SResource() 276 fRes = URES_MAKE_EMPTY_RESOURCE(type); in StringBaseResource() 292 fRes = URES_MAKE_EMPTY_RESOURCE(type); in StringBaseResource() 334 fRes = URES_MAKE_RESOURCE(URES_INT, value & RES_MAX_OFFSET); in IntResource() 397 fRes = URES_MAKE_EMPTY_RESOURCE(URES_BINARY); in BinaryResource() 419 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() 463 if (fRes != RES_BOGUS) { in preflightStrings() 528 * For unique UTF-16 v2 strings, write16() sees fRes != RES_BOGUS 536 assert(same->fRes ! in handleWrite16() [all...] |
H A D | reslist.h | 232 int8_t fType; /* nominal type: fRes (when != 0xffffffff) may use subtype */ 234 uint32_t fRes; /* resource item word; RES_BOGUS=0xffffffff if not known yet */ member 235 int32_t fRes16; /* Res16 version of fRes for Table, Table16, Array16; -1 if it does not fit. */ 357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
|
H A D | derb.cpp | 597 r = res_getTableItemByIndex(&resource->fResData, resource->fRes, i, &key); in printOutBundle() 599 r = res_getArrayItem(&resource->fResData, resource->fRes, i); in printOutBundle()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 1358 r = resB->fRes; /* switch to a new resource, possibly a new tree */ in getAliasTargetAsResourceBundle() 1470 resB->fRes = r; in init_resb_result() 1471 resB->fSize = res_countArrayItems(&resB->getResData(), resB->fRes); in init_resb_result() 1533 s = res_getString({resB}, &resB->getResData(), resB->fRes, len); in ures_getString() 1622 p = res_getBinary({resB}, &resB->getResData(), resB->fRes, len); in ures_getBinary() 1639 p = res_getIntVector({resB}, &resB->getResData(), resB->fRes, len); in ures_getIntVector() 1656 if(RES_GET_TYPE(resB->fRes) != URES_INT) { in ures_getInt() 1660 return res_getInt({resB}, resB->fRes); in ures_getInt() 1671 if(RES_GET_TYPE(resB->fRes) != URES_INT) { in ures_getUInt() 1675 return res_getUInt({resB}, resB->fRes); in ures_getUInt() [all...] |
H A D | uresimp.h | 86 Resource fRes; member
|
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 1356 r = resB->fRes; /* switch to a new resource, possibly a new tree */ in getAliasTargetAsResourceBundle() 1468 resB->fRes = r; in init_resb_result() 1469 resB->fSize = res_countArrayItems(&resB->getResData(), resB->fRes); in init_resb_result() 1531 s = res_getString({resB}, &resB->getResData(), resB->fRes, len); in ures_getString() 1620 p = res_getBinary({resB}, &resB->getResData(), resB->fRes, len); in ures_getBinary() 1637 p = res_getIntVector({resB}, &resB->getResData(), resB->fRes, len); in ures_getIntVector() 1654 if(RES_GET_TYPE(resB->fRes) != URES_INT) { in ures_getInt() 1658 return res_getInt({resB}, resB->fRes); in ures_getInt() 1669 if(RES_GET_TYPE(resB->fRes) != URES_INT) { in ures_getUInt() 1673 return res_getUInt({resB}, resB->fRes); in ures_getUInt() [all...] |
H A D | uresimp.h | 86 Resource fRes; member
|
/third_party/skia/bench/ |
H A D | StrokeBench.cpp | 17 : fPath(path), fPaint(paint), fRes(res) in StrokeBench() 37 paint.getFillPath(fPath, &result, nullptr, fRes); 46 SkScalar fRes; member in StrokeBench
|
/third_party/icu/icu4c/source/i18n/ |
H A D | plurrule.cpp | 1956 ures_close(fRes); 1958 fRes = nullptr; 1969 fRes = ures_getNextResource(fLocales, fRes, &status); 1970 if (fRes == nullptr || U_FAILURE(status)) { 1976 const char *result = ures_getKey(fRes);
|
H A D | plurrule_impl.h | 434 UResourceBundle *fRes = nullptr; member in PluralAvailableLocalesEnumeration
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | plurrule.cpp | 1960 ures_close(fRes); 1962 fRes = nullptr; 1973 fRes = ures_getNextResource(fLocales, fRes, &status); 1974 if (fRes == nullptr || U_FAILURE(status)) { 1980 const char *result = ures_getKey(fRes);
|
H A D | plurrule_impl.h | 434 UResourceBundle *fRes = nullptr; member in PluralAvailableLocalesEnumeration
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | plurrule.cpp | 1939 ures_close(fRes); 1941 fRes = nullptr; 1952 fRes = ures_getNextResource(fLocales, fRes, &status); 1953 if (fRes == nullptr || U_FAILURE(status)) { 1959 const char *result = ures_getKey(fRes);
|
H A D | plurrule_impl.h | 430 UResourceBundle *fRes = nullptr; member in PluralAvailableLocalesEnumeration
|