Searched refs:myPath (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ures_cnv.cpp | 30 ures_openU(const UChar *myPath, in ures_openU() argument 41 if(myPath==NULL) { in ures_openU() 45 length=u_strlen(myPath); in ures_openU() 49 } else if(uprv_isInvariantUString(myPath, length)) { in ures_openU() 54 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */ in ures_openU() 59 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status); in ures_openU()
|
D | uresbund.cpp | 1121 char *pathBuf = stackPath, *myPath = pathBuf; in init_resb_result() local 1136 while(*myPath && U_SUCCESS(*status)) { in init_resb_result() 1137 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp); in init_resb_result() 1151 myPath = pathBuf; in init_resb_result() 1877 char *myPath = NULL; in ures_getByKeyWithFallback() local 1894 myPath = path.data(); in ures_getByKeyWithFallback() 1897 res = res_findResource(&(dataEntry->fData), rootRes, &myPath, &key); in ures_getByKeyWithFallback() 1898 if (RES_GET_TYPE(res) == URES_ALIAS && *myPath) { in ures_getByKeyWithFallback() 1912 } while(*myPath); /* Continue until the whole path is consumed */ in ures_getByKeyWithFallback()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | WavePlotView.java | 324 Path myPath = new Path(); in onDraw() local 325 myPath.moveTo(newX, h); in onDraw() 326 myPath.lineTo(newX, h / 2); in onDraw() 328 canvas.drawTextOnPath(label, myPath, 10, -3, mPaintGridText); in onDraw() 343 Path myPath = new Path(); in onDraw() local 344 myPath.moveTo(0, h / 2); //start in onDraw()
|