HomeSort by relevance Sort by last modified time
    Searched refs:fErrorChar (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
ThaiLayoutEngine.cpp 25 fErrorChar = 0x25CC;
38 if (!fontInstance->canDisplay(fErrorChar)) {
39 fErrorChar = 0xF71B;
90 glyphCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
ThaiLayoutEngine.h 35 * and fErrorChar. (see below)
91 LEUnicode fErrorChar;

Completed in 42 milliseconds