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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiLayoutEngine.cpp50 fErrorChar = 0x25CC;
63 if (!fontInstance->canDisplay(fErrorChar)) {
64 fErrorChar = 0xF71B;
115 glyphCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
H A DThaiLayoutEngine.h60 * and fErrorChar. (see below)
116 LEUnicode fErrorChar; member in class:ThaiLayoutEngine

Completed in 45 milliseconds