Searched refs:fResBuf (Results 1 – 4 of 4) sorted by relevance
79 char fResBuf[RES_BUFSIZE]; member
760 resB->fResPath = resB->fResBuf; in ures_appendResPath()766 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath()773 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()788 if (resB->fResPath && resB->fResPath != resB->fResBuf) { in ures_freeResPath()1110 int32_t usedLen = ((resB->fResBuf == resB->fResPath) ? resB->fResPathLen : 0); in init_resb_result()1111 uprv_memset(resB->fResBuf + usedLen, 0, sizeof(resB->fResBuf) - usedLen); in init_resb_result()