Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java474 private static final int EUROPEAN_KEY = 0; field in NumericShaper
560 return (ctCache & 0x1) == 0 ? (ctCache / 2) : EUROPEAN_KEY; in getContextKey()
979 return new NumericShaper(EUROPEAN_KEY, ranges); in getContextualShaper()
1272 ctxKey = EUROPEAN_KEY; in shapeContextually()
1301 ctxKey = EUROPEAN_KEY; in shapeContextually()