Searched defs:getCachedDirectionality (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java822 private static byte getCachedDirectionality(char c) { method in class:BidiFormatter.DirectionalityEstimator
843 byte dirType = getCachedDirectionality(lastChar);
873 byte dirType = getCachedDirectionality(lastChar);
/frameworks/support/core-utils/java/android/support/v4/text/
H A DBidiFormatter.java801 private static byte getCachedDirectionality(char c) { method in class:BidiFormatter.DirectionalityEstimator
822 byte dirType = getCachedDirectionality(lastChar);
852 byte dirType = getCachedDirectionality(lastChar);

Completed in 138 milliseconds