OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resData
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp
371
ResourceData
resData
;
373
res_read(&
resData
, pInfo, inBytes, length, pErrorCode);
385
if(!
resData
.noFallback) {
393
if(
resData
.usesPoolBundle) {
422
if(
resData
.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
423
resData
.poolBundleKeys=(const char *)(poolIndexes+poolIndexLength);
424
resData
.poolBundleStrings=(const uint16_t *)(poolRoot+poolIndexes[URES_INDEX_KEYS_TOP]);
432
itemName, &
resData
,
433
resData
.rootRes, NULL, NULL, 0,
/external/icu/icu4c/source/common/
uresbund.cpp
[
all
...]
/external/deqp/modules/glshared/
glsScissorTests.cpp
627
vector<deUint8>
resData
(width*height*bufferFmt.texFmt.getPixelSize());
630
tcu::PixelBufferAccess resAccess (bufferFmt.texFmt, width, height, 1, &
resData
[0]);
Completed in 316 milliseconds