Searched defs:ce (Results 1 – 7 of 7) sorted by relevance
32 ConnectionEvent ce = new ConnectionEvent(ipc); in testConstructorConnection() local39 ConnectionEvent ce = new ConnectionEvent(ipc); in testGetSQLException() local
131 CharsetEncoder ce = (CharsetEncoder)encoderCache.forName(name); in encoderFor() local
77 CharsetEncoder ce = encoder().reset(); in getBytes() local
156 String ce = properties.findValue("content-encoding"); in getContentType() local
283 private CharsetEncoder ce; field in StringCoding.StringEncoder357 CharsetEncoder ce = cs.newEncoder(); in encode() local
57 private void checkException(Class<? extends Exception> ce, Runnable r) { in checkException()
121 CharsetEncoder ce = (ref != null) ? ref.get() : null; in encode() local