HomeSort by relevance Sort by last modified time
    Searched refs:uSource (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 103 ScopedCharArrayRO uSource(env, source);
104 if (uSource.get() == NULL) {
105 maybeThrowIcuException(env, "uSource", U_ILLEGAL_ARGUMENT_ERROR);
122 const jchar* mySource = uSource.get() + *sourceOffset;
123 const UChar* mySourceLimit= uSource.get() + sourceEnd;
128 *sourceOffset = (mySource - uSource.get()) - *sourceOffset;
158 ScopedByteArrayRO uSource(env, source);
159 if (uSource.get() == NULL) {
160 maybeThrowIcuException(env, "uSource", U_ILLEGAL_ARGUMENT_ERROR);
177 const char* mySource = reinterpret_cast<const char*>(uSource.get() + *sourceOffset)
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 3522 UChar usource[10] ={0}; local
    [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...]

Completed in 5658 milliseconds