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