Searched refs:ETHIOPIC_KEY (Results 1 – 1 of 1) sorted by relevance
490 private static final int ETHIOPIC_KEY = 16; field in NumericShaper1252 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()