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

/openjdk9/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');
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-hangul.cc99 #define VBase 0x1161u macro
109 #define isCombiningV(u) (hb_in_range ((u), VBase, VBase+VCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
336 VBase + vindex,

Completed in 201 milliseconds