Home | History | Annotate | Download | only in text

Lines Matching defs:direction

229      * Direction constant indicating the forward direction in a transliterator,
232 * direction, and B to A when operating in the reverse direction.
238 * Direction constant indicating the reverse direction in a transliterator,
241 * direction, and B to A when operating in the reverse direction.
1381 * containing only the forward direction source, target, and
1409 * empty for the given direction.
1429 // direction.
1890 * direction{"<direction>"}
1896 * direction{"<direction"}
1910 * <direction> is either "FORWARD" or "REVERSE".
1933 // Rest of line is <resource>:<encoding>:<direction>
1937 String direction = res.getString("direction");
1938 switch (direction.charAt(0)) {
1946 throw new RuntimeException("Can't parse direction: " + direction);