Home | History | Annotate | Download | only in impl

Lines Matching defs:RES_GET_TYPE

352     static int RES_GET_TYPE(int res) {
508 assert RES_GET_TYPE(res) == ICUResourceBundle.STRING_V2;
563 if(res != offset /* RES_GET_TYPE(res) != URES_STRING */ &&
564 RES_GET_TYPE(res) != ICUResourceBundle.STRING_V2) {
598 } else if (RES_GET_TYPE(res) == ICUResourceBundle.STRING_V2) {
627 if(RES_GET_TYPE(res)==ICUResourceBundle.ALIAS) {
648 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) {
682 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) {
715 if(RES_GET_TYPE(res)==UResourceBundle.INT_VECTOR) {
731 int type=RES_GET_TYPE(res);
749 int type = RES_GET_TYPE(res);
809 return PUBLIC_TYPES[RES_GET_TYPE(res)];
832 if (RES_GET_TYPE(res) != UResourceBundle.INT) {
840 if (RES_GET_TYPE(res) != UResourceBundle.INT) {
1281 int type = RES_GET_TYPE(res);