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

/external/icu/icu4c/source/layout/
H A DThaiLayoutEngine.cpp25 fErrorChar = 0x25CC;
38 if (!fontInstance->canDisplay(fErrorChar)) {
39 fErrorChar = 0xF71B;
90 glyphCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
H A DThaiLayoutEngine.h35 * and fErrorChar. (see below)
91 LEUnicode fErrorChar; member in class:ThaiLayoutEngine
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialwin32.py176 # Char. w/ Parity-Err are replaced with 0xff (if fErrorChar is set to TRUE)
196 comDCB.fErrorChar = 0

Completed in 162 milliseconds