Home | History | Annotate | Download | only in lang

Lines Matching defs:DIR

700         final String DIR =
764 int dir = DIR.indexOf(d) >> 2;
765 if (UCharacter.getDirection(ch) != dir)
768 " expected direction " + dir + " but got " + UCharacter.getDirection(ch));
772 byte bdir = (byte)dir;