Searched defs:TBase (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DIBM949_OLD.java1499 private static final char TBase = '\u11A7'; field in class:IBM949_OLD.Encoder
1581 t = TBase;
1633 t = TBase;
1748 t = TBase;
1800 t = TBase;
1898 tIndex = t - TBase;
1924 return (c >= TBase && c <= '\u11f9');
H A DIBM970_OLD.java1236 private static final char TBase = '\u11A7'; field in class:IBM970_OLD.Encoder
1309 t = TBase;
1361 t = TBase;
1473 t = TBase;
1525 t = TBase;
1621 tIndex = t - TBase;
1647 return (c >= TBase && c <= '\u11f9');
H A DIBM933_OLD.java2611 private static final char TBase = '\u11A7'; field in class:IBM933_OLD.Encoder
2710 t = TBase;
2762 t = TBase;
2905 t = TBase;
2957 t = TBase;
3076 tIndex = t - TBase;
3102 return (c >= TBase && c <= '\u11f9');

Completed in 104 milliseconds