Searched refs:fResPathLen (Results 1 – 4 of 4) sorted by relevance
758 int32_t resPathLenOrig = resB->fResPathLen; in ures_appendResPath()762 resB->fResPathLen = 0; in ures_appendResPath()764 resB->fResPathLen += lenToAdd; in ures_appendResPath()765 if(RES_BUFSIZE <= resB->fResPathLen+1) { in ures_appendResPath()767 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()775 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()792 resB->fResPathLen = 0; in ures_freeResPath()1061 resB->fResPathLen = 0; in init_resb_result()1093 ures_appendResPath(resB, parent->fResPath, parent->fResPathLen, status); in init_resb_result()1097 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) { in init_resb_result()[all …]
80 int32_t fResPathLen; member