Searched refs:getCachedDirectionality (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java733 private static byte getCachedDirectionality(char c) { method in class:BidiFormatter.DirectionalityEstimator
754 byte dirType = getCachedDirectionality(lastChar);
784 byte dirType = getCachedDirectionality(lastChar);
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java723 private static byte getCachedDirectionality(char c) { method in class:BidiFormatter.DirectionalityEstimator
744 byte dirType = getCachedDirectionality(lastChar);
774 byte dirType = getCachedDirectionality(lastChar);

Completed in 2684 milliseconds