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

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java454 private static final int DIR_UNKNOWN = 0; field in class:BidiFormatter
459 * DIR_UNKNOWN if none was encountered. For efficiency, actually scans backwards from the end of
477 * or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
567 * string, or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
579 int embeddingLevelDir = DIR_UNKNOWN;
598 embeddingLevelDir = DIR_UNKNOWN;
626 return DIR_UNKNOWN;
630 if (embeddingLevelDir != DIR_UNKNOWN) {
659 return DIR_UNKNOWN;
664 * string, or DIR_UNKNOWN i
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java444 private static final int DIR_UNKNOWN = 0; field in class:BidiFormatter
449 * DIR_UNKNOWN if none was encountered. For efficiency, actually scans backwards from the end of
467 * or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
557 * string, or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
569 int embeddingLevelDir = DIR_UNKNOWN;
588 embeddingLevelDir = DIR_UNKNOWN;
616 return DIR_UNKNOWN;
620 if (embeddingLevelDir != DIR_UNKNOWN) {
649 return DIR_UNKNOWN;
654 * string, or DIR_UNKNOWN i
[all...]

Completed in 577 milliseconds