Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-hebrew.c159 attributes[slen].dontPrint = HB_IsControlChar(uc[i]); in HB_HebrewShape()
Dharfbuzz-shaper-private.h140 #define HB_IsControlChar(uc) \ macro
Dharfbuzz-greek.c414 attributes[slen].dontPrint = HB_IsControlChar(uc[i]); in HB_GreekShape()
Dharfbuzz-shaper.cpp471 attributes[0].dontPrint = (!symbolFont && uc[0] == 0x00ad) || HB_IsControlChar(uc[0]); in HB_HeuristicSetGlyphAttributes()
487 if ((!symbolFont && uc[i] == 0x00ad) || HB_IsControlChar(uc[i])) in HB_HeuristicSetGlyphAttributes()