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

/openjdk7/jdk/test/tools/launcher/
H A DZipMeUp.java42 static byte[] getManifestAsBytes(int nchars) throws IOException { argument
49 for (int i = 0 ; i < nchars - SOME_KLASS.length() ; i++) {
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DChunkedInputStream.java51 private int numeric (char[] arr, int nchars) throws IOException { argument
52 assert arr.length >= nchars;
54 for (int i=0; i<nchars; i++) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp3000 int nchars = ::ToAsciiEx(dynamic->windowsKey, scancode, kbdState, local
3007 if (nchars < 0) { // Dead key
3024 if (nchars == 0) {
3029 else if (nchars > 1) { // can't happen, see reset code below

Completed in 50 milliseconds