Home
last modified time | relevance | path

Searched refs:fResPathLen (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Duresbund.cpp845 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()
[all …]
Duresimp.h69 int32_t fResPathLen; member