OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_GET_OFFSET
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
uresdata.h
65
#define
RES_GET_OFFSET
(res) ((res)&0x0fffffff)
66
#define RES_GET_POINTER(pRoot, res) ((pRoot)+
RES_GET_OFFSET
(res))
uresdata.c
297
uint32_t offset=
RES_GET_OFFSET
(res);
332
uint32_t offset=
RES_GET_OFFSET
(res);
351
uint32_t offset=
RES_GET_OFFSET
(res);
371
uint32_t offset=
RES_GET_OFFSET
(res);
388
uint32_t offset=
RES_GET_OFFSET
(res);
413
uint32_t offset=
RES_GET_OFFSET
(table);
457
uint32_t offset=
RES_GET_OFFSET
(table);
509
uint32_t offset=
RES_GET_OFFSET
(array);
697
offset=(int32_t)
RES_GET_OFFSET
(res);
[
all
...]
/external/icu4c/tools/genrb/
reslist.c
176
offset =
RES_GET_OFFSET
(resWord);
[
all
...]
Completed in 57 milliseconds