OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResourceData
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
uresdata.h
384
typedef struct
ResourceData
{
398
}
ResourceData
;
404
res_read(
ResourceData
*pResData,
410
* The
ResourceData
structure must be allocated externally.
413
res_load(
ResourceData
*pResData,
418
* This does not release the
ResourceData
structure itself.
421
res_unload(
ResourceData
*pResData);
432
res_getString(const
ResourceData
*pResData, Resource res, int32_t *pLength);
435
res_getAlias(const
ResourceData
*pResData, Resource res, int32_t *pLength);
438
res_getBinary(const
ResourceData
*pResData, Resource res, int32_t *pLength)
[
all
...]
resource.h
32
struct
ResourceData
;
65
uint32_t internalGetResource(const
ResourceData
*pResData, int32_t i) const;
uresimp.h
52
ResourceData
fData; /* data for low level access */
69
ResourceData
fResData;
uresdata.cpp
74
_res_findTableItem(const
ResourceData
*pResData, const uint16_t *keyOffsets, int32_t length,
105
_res_findTable32Item(const
ResourceData
*pResData, const int32_t *keyOffsets, int32_t length,
157
res_init(
ResourceData
*pResData,
241
res_read(
ResourceData
*pResData,
246
uprv_memset(pResData, 0, sizeof(
ResourceData
));
258
res_load(
ResourceData
*pResData,
262
uprv_memset(pResData, 0, sizeof(
ResourceData
));
275
res_unload(
ResourceData
*pResData) {
310
res_getString(const
ResourceData
*pResData, Resource res, int32_t *pLength) {
356
UBool isNoInheritanceMarker(const
ResourceData
*pResData, Resource res)
[
all
...]
uresbund.cpp
108
static const
ResourceData
*getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) {
914
static UResourceBundle *init_resb_result(const
ResourceData
*rdata, Resource r,
[
all
...]
/external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp
282
const
ResourceData
*pResData,
373
ResourceData
resData;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cfgmgr32.h
749
CMAPI CONFIGRET WINAPI CM_Add_Res_Des(PRES_DES prdResDes,LOG_CONF lcLogConf,RESOURCEID ResourceID,PCVOID
ResourceData
,ULONG ResourceLen,ULONG ulFlags);
750
CMAPI CONFIGRET WINAPI CM_Add_Res_Des_Ex(PRES_DES prdResDes,LOG_CONF lcLogConf,RESOURCEID ResourceID,PCVOID
ResourceData
,ULONG ResourceLen,ULONG ulFlags,HMACHINE hMachine);
769
CMAPI CONFIGRET WINAPI CM_Detect_Resource_Conflict(DEVINST dnDevInst,RESOURCEID ResourceID,PCVOID
ResourceData
,ULONG ResourceLen,PBOOL pbConflictDetected,ULONG ulFlags);
770
CMAPI CONFIGRET WINAPI CM_Detect_Resource_Conflict_Ex(DEVINST dnDevInst,RESOURCEID ResourceID,PCVOID
ResourceData
,ULONG ResourceLen,PBOOL pbConflictDetected,ULONG ulFlags,HMACHINE hMachine);
[
all
...]
Completed in 285 milliseconds