Searched refs:ures_appendResPath (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 844 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() function 1180 ures_appendResPath(resB, parent->fResPath, parent->fResPathLen, status); in init_resb_result() 1183 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status); in init_resb_result() 1185 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status); in init_resb_result() 1190 ures_appendResPath(resB, buf, len, status); in init_resb_result() 1192 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status); in init_resb_result() 1231 ures_appendResPath(r, original->fResPath, original->fResPathLen, status); in ures_copyResb()
|