Searched refs:pathToResource (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
H A D | uresimp.h | 110 * Returns a resource that can be located using the pathToResource argument. One needs optional package, locale 118 * @param pathToResource a path that will lead to the requested resource 126 ures_findResource(const char* pathToResource, 130 * Returns a sub resource that can be located using the pathToResource argument. One needs a path inside 138 * @param pathToResource a path that will lead to the requested resource 147 char* pathToResource,
|
H A D | uresbund.c | 1577 char *pathToResource = NULL, *save = NULL; local 1586 save = pathToResource = (char *)uprv_malloc(length*sizeof(char)); 1588 if(pathToResource == NULL) { 1592 uprv_memcpy(pathToResource, path, length); 1594 locale = pathToResource; 1595 if(*pathToResource == RES_PATH_SEPARATOR) { /* there is a path specification */ 1596 pathToResource++; 1597 packageName = pathToResource; 1598 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATO [all...] |
/external/icu4c/common/ |
H A D | uresimp.h | 112 * Returns a resource that can be located using the pathToResource argument. One needs optional package, locale 120 * @param pathToResource a path that will lead to the requested resource 127 ures_findResource(const char* pathToResource, 131 * Returns a sub resource that can be located using the pathToResource argument. One needs a path inside 139 * @param pathToResource a path that will lead to the requested resource 147 char* pathToResource,
|
H A D | uresbund.cpp | 1588 char *pathToResource = NULL, *save = NULL; local 1597 save = pathToResource = (char *)uprv_malloc(length*sizeof(char)); 1599 if(pathToResource == NULL) { 1603 uprv_memcpy(pathToResource, path, length); 1605 locale = pathToResource; 1606 if(*pathToResource == RES_PATH_SEPARATOR) { /* there is a path specification */ 1607 pathToResource++; 1608 packageName = pathToResource; 1609 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATO [all...] |
Completed in 97 milliseconds