Searched refs:fResPathLen (Results 1 – 2 of 2) sorted by relevance
599 int32_t resPathLenOrig = resB->fResPathLen; in ures_appendResPath()603 resB->fResPathLen = 0; in ures_appendResPath()605 resB->fResPathLen += lenToAdd; in ures_appendResPath()606 if(RES_BUFSIZE <= resB->fResPathLen+1) { in ures_appendResPath()608 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()611 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()622 resB->fResPathLen = 0; in ures_freeResPath()886 resB->fResPathLen = 0; in init_resb_result()918 ures_appendResPath(resB, parent->fResPath, parent->fResPathLen); in init_resb_result()922 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) { in init_resb_result()[all …]
67 int32_t fResPathLen; member