Home | History | Annotate | Download | only in common

Lines Matching full:res16

577 makeResourceFrom16(const ResourceData *pResData, int32_t res16) {
578 if(res16<pResData->poolStringIndex16Limit) {
583 res16=res16-pResData->poolStringIndex16Limit+pResData->poolStringIndexLimit;
585 return URES_MAKE_RESOURCE(URES_STRING_V2, res16);