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

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java532 private static final int DIR_UNKNOWN = 0; field in class:BidiFormatter
537 * DIR_UNKNOWN if none was encountered. For efficiency, actually scans backwards from the end of
555 * or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
656 * string, or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
668 int embeddingLevelDir = DIR_UNKNOWN;
687 embeddingLevelDir = DIR_UNKNOWN;
715 return DIR_UNKNOWN;
719 if (embeddingLevelDir != DIR_UNKNOWN) {
748 return DIR_UNKNOWN;
753 * string, or DIR_UNKNOWN i
[all...]
/frameworks/support/core-utils/java/android/support/v4/text/
H A DBidiFormatter.java522 private static final int DIR_UNKNOWN = 0; field in class:BidiFormatter
527 * DIR_UNKNOWN if none was encountered. For efficiency, actually scans backwards from the end of
545 * or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
635 * string, or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
647 int embeddingLevelDir = DIR_UNKNOWN;
666 embeddingLevelDir = DIR_UNKNOWN;
694 return DIR_UNKNOWN;
698 if (embeddingLevelDir != DIR_UNKNOWN) {
727 return DIR_UNKNOWN;
732 * string, or DIR_UNKNOWN i
[all...]

Completed in 87 milliseconds