Searched refs:VBase (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DIBM970_OLD.java1235 private static final char VBase = '\u1161'; field in class:IBM970_OLD.Encoder
1308 v = VBase;
1360 v = VBase;
1472 v = VBase;
1524 v = VBase;
1620 vIndex = v - VBase;
1643 return (c >= VBase && c <= '\u11a2');
H A DIBM933_OLD.java2610 private static final char VBase = '\u1161'; field in class:IBM933_OLD.Encoder
2709 v = VBase;
2761 v = VBase;
2904 v = VBase;
2956 v = VBase;
3075 vIndex = v - VBase;
3098 return (c >= VBase && c <= '\u11a2');
H A DIBM949_OLD.java1498 private static final char VBase = '\u1161'; field in class:IBM949_OLD.Encoder
1580 v = VBase;
1632 v = VBase;
1747 v = VBase;
1799 v = VBase;
1897 vIndex = v - VBase;
1920 return (c >= VBase && c <= '\u11a2');

Completed in 106 milliseconds