Home
last modified time | relevance | path

Searched refs:canDisplay (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/layout/
DThaiLayoutEngine.cpp28 if (! fontInstance->canDisplay(0x0E01)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
31 } else if (fontInstance->canDisplay(0x0E64)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
34 } else if (fontInstance->canDisplay(0xF701)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
38 if (!fontInstance->canDisplay(fErrorChar)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
41 } else if (fontInstance->canDisplay(0xF885)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
DLEFontInstance.cpp94 return canDisplay(mappedChar)? 0x0001 : 0xFFFF; in mapCharToGlyph()
100 le_bool LEFontInstance::canDisplay(LEUnicode32 ch) const in canDisplay() function in LEFontInstance
DLEFontInstance.h184 virtual le_bool canDisplay(LEUnicode32 ch) const;
DArabicLayoutEngine.cpp31 return fFontInstance->canDisplay((LEUnicode) glyph); in accept()