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

/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java432 * set initLocale, initEncoding and initELC for this FontConfig object
441 initELC = getInitELC();
450 if (initELC != -1) {
451 return initELC;
463 initELC = elcIDs.get(elc).shortValue();
465 initELC = elcIDs.get("NULL.NULL.NULL").shortValue();
469 if (initELC == table_alphabeticSuffix[i]) {
471 return initELC;
475 return initELC;
479 private short initELC field in class:FontConfiguration
[all...]

Completed in 37 milliseconds