OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uSource
(Results
1 - 5
of
5
) sorted by null
/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/icu/icu4c/source/test/cintltst/
nucnvtst.c
3505
UChar
usource
[10] ={0};
local
[
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
...]
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
wglew.h
751
typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT
uSource
);
755
typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT*
uSource
);
[
all
...]
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java
[
all
...]
Completed in 1040 milliseconds