Searched refs:myPath (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ |
D | ures_cnv.c | 28 ures_openU(const UChar *myPath, in ures_openU() argument 39 if(myPath==NULL) { in ures_openU() 43 length=u_strlen(myPath); in ures_openU() 47 } else if(uprv_isInvariantUString(myPath, length)) { in ures_openU() 52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */ in ures_openU() 57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status); in ures_openU()
|
D | uresbund.cpp | 1001 char *pathBuf = stackPath, *myPath = pathBuf; in init_resb_result() local 1015 while(*myPath && U_SUCCESS(*status)) { in init_resb_result() 1016 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp); in init_resb_result() 1030 myPath = pathBuf; in init_resb_result() 1708 char* myPath = path; in ures_getByKeyWithFallback() local 1721 myPath = path; in ures_getByKeyWithFallback() 1724 res = res_findResource(&(dataEntry->fData), rootRes, &myPath, &key); in ures_getByKeyWithFallback() 1725 if (RES_GET_TYPE(res) == URES_ALIAS && *myPath) { in ures_getByKeyWithFallback() 1739 } while(*myPath); /* Continue until the whole path is consumed */ in ures_getByKeyWithFallback()
|