Update of /cvsroot/jython/jython/org/python/core
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21872
Added Files:
ucnhashAPI.java
Log Message:
Moved here from the modules package.
--- NEW FILE ---
/*
* Copyright 2000 Finn Bock
*
* This program contains material copyrighted by:
* Copyright (c) Corporation for National Research Initiatives.
* Originally written by Marc-Andre Lemburg (ma...@le...).
*/
package org.python.core;
public interface ucnhashAPI {
public int getCchMax();
public int getValue(String s, int start, int end);
}
|