Methods Summary |
---|
public static native void | ubidi_close(long pBiDi)
|
public static native int | ubidi_countRuns(long pBiDi)
|
public static native int | ubidi_getDirection(long pBiDi)
|
public static native int | ubidi_getLength(long pBiDi)
|
public static native byte[] | ubidi_getLevels(long pBiDi)
|
public static native byte | ubidi_getParaLevel(long pBiDi)
|
public static native BidiRun[] | ubidi_getRuns(long pBidi)
|
public static native long | ubidi_open()
|
public static native int[] | ubidi_reorderVisual(byte[] levels, int length)
|
public static native long | ubidi_setLine(long pParaBiDi, int start, int limit)
|
public static native void | ubidi_setPara(long pBiDi, char[] text, int length, byte paraLevel, byte[] embeddingLevels)
|