/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 191 ScopedCharArrayRO uSource(env, source); 192 if (uSource.get() == NULL) { 193 maybeThrowIcuException(env, "uSource", U_ILLEGAL_ARGUMENT_ERROR); 210 const jchar* mySource = uSource.get() + *sourceOffset; 211 const UChar* mySourceLimit= uSource.get() + sourceEnd; 216 *sourceOffset = (mySource - uSource.get()) - *sourceOffset; 247 ScopedByteArrayRO uSource(env, source); 248 if (uSource.get() == NULL) { 249 maybeThrowIcuException(env, "uSource", U_ILLEGAL_ARGUMENT_ERROR); 266 const char* mySource = reinterpret_cast<const char*>(uSource.get() + *sourceOffset) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
nucnvtst.c | 3502 UChar usource[10] ={0}; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
nucnvtst.c | 3507 UChar usource[10] ={0}; local [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
wglext.h | 690 extern BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 691 extern BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource); 703 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 704 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); [all...] |
/external/mesa3d/include/GL/ |
wglext.h | 690 extern BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 691 extern BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource); 703 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 704 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); [all...] |
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 690 extern BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 691 extern BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource); 703 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 704 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); [all...] |