OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_GET_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
uresdata.c
169
rootType=
RES_GET_TYPE
(pResData->rootRes);
291
return (UResType)gPublicTypes[
RES_GET_TYPE
(res)];
299
if(
RES_GET_TYPE
(res)==URES_STRING_V2) {
315
} else if(res==offset) /*
RES_GET_TYPE
(res)==URES_STRING */ {
334
if(
RES_GET_TYPE
(res)==URES_ALIAS) {
353
if(
RES_GET_TYPE
(res)==URES_BINARY) {
373
if(
RES_GET_TYPE
(res)==URES_INT_VECTOR) {
389
switch(
RES_GET_TYPE
(res)) {
419
switch(
RES_GET_TYPE
(table)) {
459
switch(
RES_GET_TYPE
(table))
[
all
...]
uresbund.c
836
if(
RES_GET_TYPE
(r) == URES_ALIAS) { /* This is an alias, need to exchange with real data */
[
all
...]
uresdata.h
64
#define
RES_GET_TYPE
(res) ((UResType)((res)>>28UL))
/external/icu4c/tools/genrb/
reslist.c
175
type =
RES_GET_TYPE
(resWord);
[
all
...]
Completed in 282 milliseconds