Searched defs:chInfo (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/text/ |
H A D | AndroidBidi.java | 27 public static int bidi(int dir, char[] chs, byte[] chInfo, int n, boolean haveInfo) { argument 28 if (chs == null || chInfo == null) { 32 if (n < 0 || chs.length < n || chInfo.length < n) { 44 int result = runBidi(dir, chs, chInfo, n, haveInfo); 179 private native static int runBidi(int dir, char[] chs, byte[] chInfo, int n, boolean haveInfo); argument
|
Completed in 71 milliseconds