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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-hangul.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range ((u), LBase, LBase+LCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
335 hb_codepoint_t decomposed[3] = {LBase + lindex,
/openjdk9/jdk/test/sun/nio/cs/OLD/
H A DIBM970_OLD.java1234 private static final char LBase = '\u1100'; field in class:IBM970_OLD.Encoder
1307 l = LBase;
1471 l = LBase;
1619 lIndex = l - LBase;
1639 return (c >= LBase && c <= '\u1159');
H A DIBM933_OLD.java2609 private static final char LBase = '\u1100'; field in class:IBM933_OLD.Encoder
2708 l = LBase;
2903 l = LBase;
3074 lIndex = l - LBase;
3094 return (c >= LBase && c <= '\u1159');
H A DIBM949_OLD.java1497 private static final char LBase = '\u1100'; field in class:IBM949_OLD.Encoder
1579 l = LBase;
1746 l = LBase;
1896 lIndex = l - LBase;
1916 return (c >= LBase && c <= '\u1159');

Completed in 202 milliseconds