Searched refs:ures_appendResPath (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
H A D | uresbund.c | 756 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) { function 1092 ures_appendResPath(resB, parent->fResPath, parent->fResPathLen, status); 1095 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status); 1097 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status); 1102 ures_appendResPath(resB, buf, len, status); 1104 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status); 1143 ures_appendResPath(r, original->fResPath, original->fResPathLen, status); 2067 ures_appendResPath(r, RES_PATH_PACKAGE_S); 2068 ures_appendResPath(r, r->fData->fName);
|
/external/icu4c/common/ |
H A D | uresbund.cpp | 767 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) { function 1103 ures_appendResPath(resB, parent->fResPath, parent->fResPathLen, status); 1106 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status); 1108 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status); 1113 ures_appendResPath(resB, buf, len, status); 1115 ures_appendResPath(resB, RES_PATH_SEPARATOR_S, 1, status); 1154 ures_appendResPath(r, original->fResPath, original->fResPathLen, status); 2118 ures_appendResPath(r, RES_PATH_PACKAGE_S); 2119 ures_appendResPath(r, r->fData->fName);
|
Completed in 81 milliseconds