Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresimp.h70 char fResBuf[RES_BUFSIZE]; member
Duresbund.cpp880 resB->fResPath = resB->fResBuf; in ures_appendResPath()
886 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath()
893 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
908 if (resB->fResPath && resB->fResPath != resB->fResBuf) { in ures_freeResPath()
1231 int32_t usedLen = ((resB->fResBuf == resB->fResPath) ? resB->fResPathLen : 0); in init_resb_result()
1232 uprv_memset(resB->fResBuf + usedLen, 0, sizeof(resB->fResBuf) - usedLen); in init_resb_result()