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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java474 private static final int EUROPEAN_KEY = 0; field in class:NumericShaper
560 return (ctCache & 0x1) == 0 ? (ctCache / 2) : EUROPEAN_KEY;
961 return new NumericShaper(EUROPEAN_KEY, ranges);
1254 ctxKey = EUROPEAN_KEY;
1283 ctxKey = EUROPEAN_KEY;

Completed in 142 milliseconds