Searched defs:inSize (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c59 size_t bufSize, inSize, outSize; local
79 inSize = strlen(in);
80 buf = SAFE_SIZE_ARRAY_ALLOC(malloc, inSize, 2);
84 bufSize = inSize*2; // need 2 bytes per char for UCS-2, this is
89 rc = iconv(cd, (void*)&in, &inSize, &out, &outSize);

Completed in 30 milliseconds