Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java490 private static final int ETHIOPIC_KEY = 16; field in NumericShaper
1252 if (key == ETHIOPIC_KEY) { in shapeNonContextually()
1277 char minDigit = ctxKey == ETHIOPIC_KEY ? '1' : '0'; // Ethiopic doesn't use decimal zero in shapeContextually()
1306 … minDigit = ctxKey == ETHIOPIC_KEY ? '1' : '0'; // Ethiopic doesn't use decimal zero in shapeContextually()