Searched refs:ures_appendResPath (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Duresbund.cpp844 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) { function
1180 ures_appendResPath(resB, parent->fResPath, parent->fResPathLen, status);
1183 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status);
1185 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status);
1190 ures_appendResPath(resB, buf, len, status);
1192 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status);
1231 ures_appendResPath(r, original->fResPath, original->fResPathLen, status);

Completed in 30 milliseconds