Searched refs:ures_appendResPath (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 886 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() function 1224 ures_appendResPath(resB, parent->fResPath, parent->fResPathLen, status); in init_resb_result() 1227 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status); in init_resb_result() 1229 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status); in init_resb_result() 1234 ures_appendResPath(resB, buf, len, status); in init_resb_result() 1236 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status); in init_resb_result() 1276 ures_appendResPath(r, original->fResPath, original->fResPathLen, status); in ures_copyResb()
|