Searched refs:uSource (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 2786 const UChar* uSource; in TestSmallTargetBuffer() local 2804 uSource = (UChar*) source; in TestSmallTargetBuffer() 2815 … ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode); in TestSmallTargetBuffer() 2826 }while (uSource<uSourceLimit); in TestSmallTargetBuffer() 2842 uSource = source; in TestSmallTargetBuffer() 2845 if(uBuf[len]!=uSource[len]){ in TestSmallTargetBuffer() 2846 log_err("Expected : \\u%04X \t Got: \\u%04X\n",uSource[len],(int)uBuf[len]) ; in TestSmallTargetBuffer() 2855 const UChar* uSource; in TestToAndFromUChars() local 2869 uSource = source; in TestToAndFromUChars() 2876 …romUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_t)(uSourceLimit-uSource),… in TestToAndFromUChars() [all …]
|
/external/icu/android_icu4j/libcore_bridge/src/native/ |
D | com_android_icu_charset_NativeConverter.cpp | 220 ScopedCharArrayRO uSource(env, source); in NativeConverter_encode() local 221 if (uSource.get() == NULL) { in NativeConverter_encode() 239 const jchar* mySource = uSource.get() + *sourceOffset; in NativeConverter_encode() 240 const UChar* mySourceLimit= reinterpret_cast<const UChar*>(uSource.get()) + sourceEnd; in NativeConverter_encode() 245 *sourceOffset = (mySource - uSource.get()) - *sourceOffset; in NativeConverter_encode() 276 ScopedByteArrayRO uSource(env, source); in NativeConverter_decode() local 277 if (uSource.get() == NULL) { in NativeConverter_decode() 295 const char* mySource = reinterpret_cast<const char*>(uSource.get() + *sourceOffset); in NativeConverter_decode() 296 const char* mySourceLimit = reinterpret_cast<const char*>(uSource.get() + sourceEnd); in NativeConverter_decode() 301 *sourceOffset = mySource - reinterpret_cast<const char*>(uSource.get()) - *sourceOffset; in NativeConverter_decode()
|
/external/swiftshader/include/GL/ |
D | wglext.h | 559 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 560 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 572 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 573 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 549 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 550 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 562 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 563 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/external/mesa3d/include/GL/ |
D | wglext.h | 564 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 565 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 577 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 578 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/external/angle/include/WGL/ |
D | wgl.h | 655 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 656 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 668 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 669 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 821 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 825 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT* uSource);
|