Lines Matching refs:fResPathLen
845 int32_t resPathLenOrig = resB->fResPathLen; in ures_appendResPath()
849 resB->fResPathLen = 0; in ures_appendResPath()
851 resB->fResPathLen += lenToAdd; in ures_appendResPath()
852 if(RES_BUFSIZE <= resB->fResPathLen+1) { in ures_appendResPath()
854 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
862 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
879 resB->fResPathLen = 0; in ures_freeResPath()
1148 resB->fResPathLen = 0; in init_resb_result()
1180 ures_appendResPath(resB, parent->fResPath, parent->fResPathLen, status); in init_resb_result()
1184 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) { in init_resb_result()
1191 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) { in init_resb_result()
1197 int32_t usedLen = ((resB->fResBuf == resB->fResPath) ? resB->fResPathLen : 0); in init_resb_result()
1229 r->fResPathLen = 0; in ures_copyResb()
1231 ures_appendResPath(r, original->fResPath, original->fResPathLen, status); in ures_copyResb()
1825 int32_t len = resB->fResPathLen; in ures_getByKeyWithFallback()
1852 len = helper->fResPathLen; in ures_getByKeyWithFallback()
2967 if(uprv_strncmp(res1->fResPath, res2->fResPath, res1->fResPathLen)!=0){