Lines Matching refs:fResPathLen
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()
1104 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) { in init_resb_result()
1110 int32_t usedLen = ((resB->fResBuf == resB->fResPath) ? resB->fResPathLen : 0); in init_resb_result()
1142 r->fResPathLen = 0; in ures_copyResb()
1144 ures_appendResPath(r, original->fResPath, original->fResPathLen, status); in ures_copyResb()
1738 int32_t len = resB->fResPathLen; in ures_getByKeyWithFallback()
1760 len = helper->fResPathLen; in ures_getByKeyWithFallback()
2172 r->fResPathLen = 0; in ures_openDirect()
2837 if(uprv_strncmp(res1->fResPath, res2->fResPath, res1->fResPathLen)!=0){