Searched refs:icuBidi (Results 1 – 2 of 2) sorted by relevance
82 final Bidi icuBidi = new Bidi(length /* maxLength */, 0 /* maxRunCount */); in bidi() local83 icuBidi.setCustomClassifier(sEmojiBidiOverride); in bidi()84 icuBidi.setPara(chs, paraLevel, null /* embeddingLevels */); in bidi()86 chInfo[i] = icuBidi.getLevelAt(i); in bidi()88 final byte result = icuBidi.getParaLevel(); in bidi()
71 final Bidi icuBidi = new Bidi(0 /* maxLength */, 0 /* maxRunCount */); in testIsNewEmoji_Emoji5() local72 icuBidi.setCustomClassifier(new AndroidBidi.EmojiBidiOverride()); in testIsNewEmoji_Emoji5()84 UCharacterDirection.OTHER_NEUTRAL, icuBidi.getCustomizedClass(c)); in testIsNewEmoji_Emoji5()