Searched refs:fResBuf (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uresimp.h | 70 char fResBuf[RES_BUFSIZE]; member
|
D | uresbund.cpp | 880 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()
|
/third_party/icu/icu4c/source/common/ |
D | uresimp.h | 74 char fResBuf[RES_BUFSIZE]; member
|
D | uresbund.cpp | 898 resB->fResPath = resB->fResBuf; in ures_appendResPath() 904 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath() 911 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath() 926 if (resB->fResPath && resB->fResPath != resB->fResBuf) { in ures_freeResPath() 1250 int32_t usedLen = ((resB->fResBuf == resB->fResPath) ? resB->fResPathLen : 0); in init_resb_result() 1251 uprv_memset(resB->fResBuf + usedLen, 0, sizeof(resB->fResBuf) - usedLen); in init_resb_result()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresimp.h | 74 char fResBuf[RES_BUFSIZE]; member
|
D | uresbund.cpp | 898 resB->fResPath = resB->fResBuf; in ures_appendResPath() 904 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath() 911 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath() 926 if (resB->fResPath && resB->fResPath != resB->fResBuf) { in ures_freeResPath() 1250 int32_t usedLen = ((resB->fResBuf == resB->fResPath) ? resB->fResPathLen : 0); in init_resb_result() 1251 uprv_memset(resB->fResBuf + usedLen, 0, sizeof(resB->fResBuf) - usedLen); in init_resb_result()
|
/third_party/node/deps/icu-small/source/common/ |
D | uresimp.h | 84 char fResBuf[RES_BUFSIZE]; member
|
D | uresbund.cpp | 912 resB->fResPath = resB->fResBuf; in ures_appendResPath() 918 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath() 925 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath() 940 if (resB->fResPath && resB->fResPath != resB->fResBuf) { in ures_freeResPath() 1291 int32_t usedLen = ((resB->fResBuf == resB->fResPath) ? resB->fResPathLen : 0); in init_resb_result() 1292 uprv_memset(resB->fResBuf + usedLen, 0, sizeof(resB->fResBuf) - usedLen); in init_resb_result()
|