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

/external/chromium_org/third_party/icu/source/common/
H A Dures_cnv.c28 ures_openU(const UChar *myPath, argument
39 if(myPath==NULL) {
43 length=u_strlen(myPath);
47 } else if(uprv_isInvariantUString(myPath, length)) {
52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
H A Duresbund.c991 char *pathBuf = stackPath, *myPath = pathBuf; local
1005 while(*myPath && U_SUCCESS(*status)) {
1006 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp);
1020 myPath = pathBuf;
1694 char* myPath = path; local
1705 myPath = path;
1708 res = res_findResource(&(dataEntry->fData), rootRes, &myPath, &key);
1709 if (RES_GET_TYPE(res) == URES_ALIAS && *myPath) {
1723 } while(*myPath); /* Continue until the whole path is consumed */
/external/icu4c/common/
H A Dures_cnv.c28 ures_openU(const UChar *myPath, argument
39 if(myPath==NULL) {
43 length=u_strlen(myPath);
47 } else if(uprv_isInvariantUString(myPath, length)) {
52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
H A Duresbund.cpp1002 char *pathBuf = stackPath, *myPath = pathBuf; local
1016 while(*myPath && U_SUCCESS(*status)) {
1017 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp);
1031 myPath = pathBuf;
1739 char* myPath = path; local
1751 myPath = path;
1754 res = res_findResource(&(dataEntry->fData), rootRes, &myPath, &key);
1755 if (RES_GET_TYPE(res) == URES_ALIAS && *myPath) {
1769 } while(*myPath); /* Continue until the whole path is consumed */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 846 milliseconds