Searched refs:fRes (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
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() 385 fRes = URES_MAKE_EMPTY_RESOURCE(URES_BINARY); in BinaryResource() 407 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() 451 if (fRes != RES_BOGUS) { in preflightStrings() 524 assert(same->fRes != RES_BOGUS && same->fWritten); in handleWrite16() 525 fRes = same->fRes; in handleWrite16() [all …]
|
D | reslist.h | 234 uint32_t fRes; /* resource item word; RES_BOGUS=0xffffffff if not known yet */ member 357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
|
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()
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 1070 … r = res_findResource(&(mainRes->fResData), mainRes->fRes, &aKey, &temp); in init_resb_result() 1072 r = mainRes->fRes; in init_resb_result() 1142 … r = result->fRes; /* switch to a new resource, possibly a new tree */ in init_resb_result() 1246 resB->fRes = r; in init_resb_result() 1249 resB->fSize = res_countArrayItems(&(resB->fResData), resB->fRes); in init_resb_result() 1299 s = res_getString({resB}, &(resB->fResData), resB->fRes, len); in ures_getString() 1388 p = res_getBinary({resB}, &(resB->fResData), resB->fRes, len); in ures_getBinary() 1405 p = res_getIntVector({resB}, &(resB->fResData), resB->fRes, len); in ures_getIntVector() 1422 if(RES_GET_TYPE(resB->fRes) != URES_INT) { in ures_getInt() 1426 return res_getInt({resB}, resB->fRes); in ures_getInt() [all …]
|
D | uresimp.h | 76 Resource fRes; member
|
/external/skqp/bench/ |
D | StrokeBench.cpp | 17 : fPath(path), fPaint(paint), fRes(res) in StrokeBench() 37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw() 46 SkScalar fRes; member in StrokeBench
|
/external/skia/bench/ |
D | StrokeBench.cpp | 17 : fPath(path), fPaint(paint), fRes(res) in StrokeBench() 37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw() 46 SkScalar fRes; member in StrokeBench
|
/external/icu/libicu/cts_headers/ |
D | uresimp.h | 76 Resource fRes; member
|
D | plurrule_impl.h | 417 UResourceBundle *fRes = nullptr; variable
|
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 1902 ures_close(fRes); in ~PluralAvailableLocalesEnumeration() 1904 fRes = nullptr; in ~PluralAvailableLocalesEnumeration() 1915 fRes = ures_getNextResource(fLocales, fRes, &status); in next() 1916 if (fRes == nullptr || U_FAILURE(status)) { in next() 1922 const char *result = ures_getKey(fRes); in next()
|
D | plurrule_impl.h | 417 UResourceBundle *fRes = nullptr; variable
|